Astrolabe/API RemoveIconFromMinimap
From Esamynn's Wiki
Astrolabe ยป Astrolabe/API RemoveIconFromMinimap
Removes the specified icon from the Minimap if it is currently being managed by Astrolabe.
result = Astrolabe:RemoveIconFromMinimap( icon )
[edit]
Arguments
- icon
- UI Widget - the icon to be removed
[edit]
Returns
- result
- Number - 0 if the icon was removed successfully, nil otherwise
[edit]
Details
icon:Hide() is called before this function returns, assuming that no errors are encountered.

