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