Перейти к содержанию

SetMarkerBobUpAndDown

Материал из RAGE MP Wiki Archive

Sets "bobUpAndDown" for the marker created with CreateMarker.


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

<syntaxhighlight lang="csharp"> NAPI.Marker.SetMarkerBobUpAndDown(marker, true); </syntaxhighlight>