Arw GetActive

From MultiCharts
Revision as of 21:31, 16 January 2012 by Admin (talk | contribs) (Created page with "Returns a numerical value indicating the object ID number of the currently selected arrow object; returns a value of -1 if no arrow objects are currently selected. ==== Usag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns a numerical value indicating the object ID number of the currently selected arrow object; returns a value of -1 if no arrow objects are currently selected.

Usage

Arw_GetActive

Notes

An object-specific ID number is assigned by Arw_New when the arrow object is created.

Example

Assign a value, indicating the object ID number of the currently selected arrow object, to Value1 variable:

Value1=Arw_GetActive;