Squirrel/Client/Functions/GUIButton/Colour

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUIButton.Alpha}} This member variable sets/returns the colour of the button. == Syntax == <code>Colour GUIButton.Colour</code> <code>GUIButton.Colour = Colour…')
 
m (fail title)
Line 1: Line 1:
{{Squirrel/Title|GUIButton.Alpha}}
+
{{Squirrel/Title|GUIButton.Colour}}
 
This member variable sets/returns the colour of the button.
 
This member variable sets/returns the colour of the button.
  

Revision as of 18:39, 15 October 2010

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This member variable sets/returns the colour of the button.

Syntax

  1. Colour GUIButton.Colour
  1. GUIButton.Colour = Colour col

Arguments

  • col - This is a Colour class object

Example 1. Returning

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Some explanation here

  1.  
  2. -- todo
  3.  

Notes

-- List of used functions and other notes here.

Example 2. Setting

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Some explanation here too

  1.  
  2. -- todo
  3.  

Notes

-- List of used functions and other notes here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox