Scripting/Squirrel/Functions/cRGB: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
No edit summary |
|||
Line 13: | Line 13: | ||
== Example == | == Example == | ||
MessagePlayer("[#CE0C77] Hello this is a coloured message!",player); | |||
=== Notes === | === Notes === | ||
== Related Functions == | == Related Functions == | ||
{{Scripting/Squirrel/Functions/Data Structures}} | {{Scripting/Squirrel/Functions/Data Structures}} |
Revision as of 16:44, 8 February 2015
This page needs a description, or needs a better one. Please help us complete the wiki by writing one.
Syntax
RGB( R, G, B )
Arguments
- int R - Red
- int G - Green
- int B - Blue
Example
MessagePlayer("[#CE0C77] Hello this is a coloured message!",player);