Astrolabe/API IsIconOnEdge
From Esamynn's Wiki
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.

