GetMarkerColor

From RAGE Multiplayer Wiki
Revision as of 16:24, 13 December 2019 by Bonus (talk | contribs) (Created page with "Gets the color of a marker created with CreateMarker. {{CSharpContainer| {{#tag:pre|Color {{Template:CSharp_Serverside_namespace}}Marker.GetMarkerColor(NetHandle marker);...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gets the color of a marker created with CreateMarker.


C# Syntax

Color NAPI.Marker.GetMarkerColor(NetHandle marker);

Parameters

  • marker: Parameter input should be in NetHandle type.

Returns

  • Color: The color of the marker.

Example

NAPI.Marker.GetMarkerColor(marker);