SetMarkerBobUpAndDown

From RAGE Multiplayer Wiki

Sets "bobUpAndDown" for the marker created with CreateMarker.


C# Syntax

void NAPI.Marker.SetMarkerBobUpAndDown(NetHandle marker, bool state);

Parameters

  • marker: Parameter input should be in NetHandle type.
  • state: Parameter input should be in bool type.

Example

NAPI.Marker.SetMarkerBobUpAndDown(marker, true);