GetMarkerColor

From Multi Theft Auto: Wiki
Revision as of 22:29, 4 August 2007 by Jbeta (talk | contribs) (Fixed syntax, added templates and sections, removed broken example)
Jump to navigation Jump to search

This function returns the color and transparency for a marker element.

Syntax

Click to collapse [-]
Server and Client
int int int int getMarkerColor ( marker theMarker )

Required Arguments

  • theMarker: The marker that you wish to retrieve the color of.

Returns

Returns four ints corresponding to the amount of red, green, blue and alpha (respectively) of the marker, false if invalid arguments were passed.

Example

This example does

...

See Also