IsMapMarkerVisible - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Checks if this map marker is visible to the player.

Syntax[edit | edit source]

bool Function IsMapMarkerVisible() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

True if map marker is visible to player. False otherwise.

Examples[edit | edit source]

; Is the Riverwood map marker visible to the player?
bool isMarkerVisible = RiverwoodMarkerObjectRef.IsMapMarkerVisible()

See Also[edit | edit source]