CBA_fnc_getMarkerPersistent

Description

Checks if a global marker is persistent for JIP players.

Always returns false unless called on the server.

Set/unset persistency with CBA_fnc_setMarkerPersistent.

Parameters

_markerName of a marker [String]

Returns

True if the marker is persistent.  False if not persistent or if executed on a dedicated client [Boolean]

Example

_isPersistent = ["TAG_fishingVillage"] call CBA_fnc_getMarkerPersistent;

Author

Spooner

Sets or unsets JIP persistency on a global marker.
Close