List<Objective Marker> Variable
Reads or writes a variable in the current scope based on the name.
Reads or writes a variable in the current scope based on the name.
Objective Marker Attach To Player Or Object sets the position of target Objective Marker to the position of an object or a player, for the local player. Marker will track target object or player until position is set again. If a tracked player leaves the room, the marker will remain at the last tracked position.
Objective Marker Constant defines the default appearance of an Objective Marker. Use with Objective Marker Set Enabled, Objective Marker Set Position, and the other Objective Marker chips.
Objective Marker Get Color returns the current color of target Objective Marker for the local player.
Objective Marker Get Current Distance returns the current distance of the local player from the target Objective Marker, regardless of whether the distance indicator is enabled.
Objective Marker Get Distance Is Enabled returns whether or not the target Objective Marker’s distance indicator is visible for the local player.
Objective Marker Get Enabled returns whether or not the target Objective Marker is enabled for the local player.
Objective Marker Get Fade Threshold returns the current fade threshold of the target Objective Marker for the local player.
Objective Marker Get Label returns the current text label of target Objective Marker for the local player as a string.
Objective Marker Get Label Is Enabled returns whether or not the target Objective Marker’s text label is visible for the local player.
Objective Marker Get Position returns target Objective Marker’s current position for the local player as a vector
Objective Marker Get Target Object returns the object targeted by target Objective Marker, if it’s tracking an object. If target Objective Marker is not tracking an object, returns Invalid Object.
Objective Marker Get Target Player returns the player targeted by target Objective Marker, if it’s tracking a player. If target Objective Marker is not tracking a player, returns Invalid Player.
Objective Marker Set Color sets target Objective Marker to the specified color for the local player.
Objective Marker Set Distance Enabled enables or disables the visibility of the target Objective Marker’s distance indicator for the local player.
Objective Marker Set Enabled enables or disables the target Objective Marker for the local player. Use with Objective Marker constant.
Objective Marker Set Fade Threshold sets the fade threshold of the target Objective Marker for the local player. This threshold is the distance (in meters) at which the marker has fully faded from sight as a player approaches it. For finer control over the fade duration, configure the Objective Marker constant.
Objective Marker Set Label sets the text label of target Objective Marker to the specified string for the local player.
Objective Marker Set Label Enabled enables or disables the visibility of the target Objective Marker’s text label for the local player.
Objective Marker Set Position sets the position of target Objective Marker to a position vector for the local player.