Blip::setColour: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 1: Line 1:
Color:<br><br>0: white<br>1: red<br>2: green<br>3: blue<br>17: orange<br>19: purple<br>20: grey<br>21: brown<br>23: pink<br>25: dark green<br>27: dark purple<br>29: dark blue<br>Default (Function not used): yellow<br><br>Those are not the only ones. i.e: 17 is Trevor's orange.
Color:<br><br>0: white<br>1: red<br>2: green<br>3: blue<br>17: orange<br>19: purple<br>20: grey<br>21: brown<br>23: pink<br>25: dark green<br>27: dark purple<br>29: dark blue<br>Default (Function not used): yellow<br><br>Those are not the only ones. i.e: 17 is Trevor's orange.
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">blip.setColour(blip, color);</syntaxhighlight>
<syntaxhighlight lang="javascript">blip.setColour(color);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''blip:''' Blip
*'''color:''' int
*'''color:''' int
===Return value===
===Return value===

Revision as of 14:44, 8 December 2017