GetMarkerBobUpAndDown

From RAGE Multiplayer Wiki

Gets "bobUpAndDown" from the marker created with CreateMarker.


C# Syntax

bool NAPI.Marker.GetMarkerBobUpAndDown(NetHandle marker);

Parameters

  • marker: Parameter input should be in NetHandle type.

Returns

  • bool: If bobUpAndDown is true.

Example

NAPI.Marker.GetMarkerBobUpAndDown(marker);