Перейти к содержанию

GetMarkerDirection

Материал из RAGE MP Wiki Archive

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


Vector3 NAPI.Marker.GetMarkerDirection(NetHandle marker);

Parameters

  • marker: Parameter input should be in NetHandle type.

Returns

  • Vector3: The direction of the marker.

Example

<syntaxhighlight lang="csharp"> NAPI.Marker.GetMarkerDirection(marker); </syntaxhighlight>