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

GetMarkerType

Материал из RAGE MP Wiki Archive
Версия от 16:18, 13 декабря 2019; imported>Bonus (Created page with "Gets the type of a marker created with CreateMarker. {{CSharpContainer| {{#tag:pre|uint {{Template:CSharp_Serverside_namespace}}Marker.GetMarkerType(NetHandle marker);}}...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Gets the type of a marker created with CreateMarker.


uint NAPI.Marker.GetMarkerType(NetHandle marker);

Parameters

  • marker: Parameter input should be in NetHandle type.

Returns

  • uint: The type of the marker.

Example

<syntaxhighlight lang="csharp"> NAPI.Marker.GetMarkerType(marker); </syntaxhighlight>