GetMarkerDirection

From RAGE Multiplayer Wiki
Revision as of 16:24, 13 December 2019 by Bonus (talk | contribs) (Fix small mistake)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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