GetMarkerDirection

From RAGE Multiplayer Wiki

Gets the direction (dir) of a marker created with CreateMarker.


C# Syntax

Vector3 NAPI.Marker.GetMarkerDirection(NetHandle marker);

Parameters

  • marker: Parameter input should be in NetHandle type.

Returns

  • Vector3: The direction of the marker.

Example

NAPI.Marker.GetMarkerDirection(marker);