Squirrel/Client/Functions/GUICheckbox/Alpha

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUICheckbox.Alpha}} This function sets/returns the alpha value of the checkbox. == Syntax == <code>int GUICheckbox.Alpha</code> <code>GUICheckbox.Alpha = int a…')
 
m (Note about parents)
 
Line 1: Line 1:
 
{{Squirrel/Title|GUICheckbox.Alpha}}
 
{{Squirrel/Title|GUICheckbox.Alpha}}
This function sets/returns the alpha value of the checkbox.
+
This function sets/returns the alpha value of the checkbox. Note that if this checkbox has a parent element, its ''Alpha'' member will override this setting.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 00:12, 16 October 2010

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

This function sets/returns the alpha value of the checkbox. Note that if this checkbox has a parent element, its Alpha member will override this setting.

[edit] Syntax

  1. int GUICheckbox.Alpha
  1. GUICheckbox.Alpha = int alpha

[edit] Arguments

  • alpha - An integer value for alpha (0...255)

[edit] 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.  

[edit] Notes

-- List of used functions and other notes here.

[edit] 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.  

[edit] Notes

-- List of used functions and other notes here.

[edit] Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox