IsMapMarkerVisible - ObjectReference

Revision as of 17:26, 24 October 2011 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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()

See AlsoEdit