Astrolabe/API IsIconOnEdge
From Esamynn's Wiki
Revision as of 21:24, 14 March 2007; Esamynn (Talk | contribs)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
Astrolabe » Astrolabe/API IsIconOnEdge
Returns true is the specified icon is currently being positioned along the edge of the Minimap by the position management system.
onEdge = Astrolabe:IsIconOnEdge( icon )
[edit]
Arguments
- icon
- UI Widget - the icon for which the information is to be retrieved for
[edit]
Returns
- onEdge
- Boolean - true if the specified icon is currently being positioned on the edge of the Minimap, nil otherwise
[edit]
Details
This funciton will return nil if the specified icon is not currently in the positioning buffer.

