SetMarkerType

From RAGE Multiplayer Wiki

Sets the type of a marker created with CreateMarker.


C# Syntax

void NAPI.Marker.SetMarkerType(NetHandle marker, int/uint type);

Parameters

  • marker: Parameter input should be in NetHandle type.
  • type: Parameter input should be in int or uint type.

Example

NAPI.Marker.SetMarkerType(marker, 43);