GetMarkerType

From RAGE Multiplayer Wiki

Gets the type of a marker created with CreateMarker.


C# Syntax

uint NAPI.Marker.GetMarkerType(NetHandle marker);

Parameters

  • marker: Parameter input should be in NetHandle type.

Returns

  • uint: The type of the marker.

Example

NAPI.Marker.GetMarkerType(marker);