IsMapMarkerVisible - ObjectReference
Member of: ObjectReference Script
Checks if this map marker is visible to the player.
SyntaxEdit
bool Function IsMapMarkerVisible() native
ParametersEdit
None.
Return ValueEdit
True if map marker is visible to player. False otherwise.
ExamplesEdit
; Is the Riverwood map marker visible to the player?
bool isMarkerVisible = RiverwoodMarkerObjectRef.IsMapMarkerVisible()