Squirrel/Client/Functions/GUIEditbox/Transparent

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUIEditbox.Visible}} This member variable sets/returns whether the GUI edit box is transparent. == Syntax == <code>bool GUIEditbox.Transparent</code> <code>GUI…')

Revision as of 20:36, 17 October 2010

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

This member variable sets/returns whether the GUI edit box is transparent.

Syntax

  1. bool GUIEditbox.Transparent
  1. GUIEditbox.Transparent = bool bTransparent

Arguments

  • bTransparent - Enable/disable transparency on this element

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