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

GetMarkerColor

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

Gets the color of a marker created with CreateMarker.


Color NAPI.Marker.GetMarkerColor(NetHandle marker);

Parameters

  • marker: Parameter input should be in NetHandle type.

Returns

  • Color: The color of the marker.

Example

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