Background for Fallout 4
Member of the ObjectReference script
boolfunctionIsMapMarkerVisible()Native

Description

Wiki Description

Checks if this map marker is visible to the player.

Documentation Comment

Is the map marker visible?


Caveats


Examples

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

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.IsMapMarkerVisible()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.