IsMapMarkerVisible - ObjectReference
Revision as of 16:26, 24 October 2011 by imported>Jlundin
Member of: ObjectReference Script
Checks if this map marker is visible to the player.
Syntax
bool Function IsMapMarkerVisible() native
Parameters
None.
Return Value
True if map marker is visible to player. False otherwise.
Examples
; Is the Riverwood map marker visible to the player?
bool isMarkerVisible = RiverwoodMarkerObjectRef.IsMapMarkerVisible()