Action color: Difference between revisions

From ENIGMA
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:


== Parameters ==
== Parameters ==
*'''Color''': the color to use
{| class="actpars"
! Parameter !! Description
|-
| Color || the color to use
|}


== Function Equivalent ==
== Function Equivalent ==
{{func|action_color|const int color}} <br>
{{func|action_color|const int color}} <br>
'''returns:''' (void)
'''returns:''' (void)
{{DISPLAYTITLE:action_color}}
{{DISPLAYTITLE:Action Color}}
__NOTOC__
__NOTOC__
{{Action:GM}}
{{Action:GM}}

Latest revision as of 04:43, 20 September 2013

Description

Action color.png

Color

Sets the color being used for drawing.

Parameters

Parameter Description
Color the color to use

Function Equivalent

action_color(const int color)
returns: (void)