IsMapMarkerVisible - ObjectReference

From the CreationKit Wiki
Revision as of 16:26, 24 October 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

See Also