Squirrel/Client/Functions/GUIEditbox/Alpha

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUIEditbox.Alpha}} This function sets/returns the alpha value of an edit box. Note that if this edit box has a parent element, its ''Alpha'' member will overrideā€¦')
 

Latest revision as of 20:01, 17 October 2010

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

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

[edit] Syntax

  1. int GUIEditbox.Alpha
  1. GUIEditbox.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