Description
Places a persistent directional marker on a player's compass or heading indicator pointing toward a specified world position. The marker updates in real time as the player moves. Useful for objective waypoints, teammate indicators, or custom navigation systems.
Snippet
Create Compass Marker(Event Player, Current Objective Position, Color(Yellow), Icon(Arrow: Up));
Properties
Returns: Void
Parameters: Visible To, Position, Color, Icon
Visible To
Type: Player, Default: Event Player
The players who will see the compass marker.Position
Type: Vector, Default: Vector(0, 0, 0)
The world position the marker points toward. Supports reevaluation.Color
Type: Color, Default: White
The color of the compass marker.Icon
Type: Icon, Default: Icon(Dot)
The icon displayed on the compass for this marker.