GetMarkerDirection

From RAGE Multiplayer Wiki
Revision as of 16:22, 13 December 2019 by Bonus (talk | contribs) (Created page with "Gets the direction (dir) of a marker created with CreateMarker. {{CSharpContainer| {{#tag:pre|Vector3 {{Template:CSharp_Serverside_namespace}}Marker.GetMarkerDirection(Ne...")
(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 scale of the marker.

Example

NAPI.Marker.GetMarkerDirection(marker);