Background for Skyrim SE
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

CK Wiki - Notes

  • This function only returns if the map marker is visible or not. If you want to know if a location is visible and already discovered, use GetMapMarkerVisible.
  • Checking if a location is discovered, requires both this and ObjectReference.CanFastTravelToMarker(). If you wish to avoid a scripted method, the above will suffice.

Examples

No human-generated examples found for this function.

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.IsMapMarkerVisible()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.