Squirrel/Client/Functions/GUIWindow/Transparent

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

Latest revision as of 19:22, 21 November 2010

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

This member variable sets/returns whether the window is transparent.

[edit] Syntax

  1. bool GUIWindow.Transparent
  1. GUIWindow.Transparent = bool bTransparent

[edit] Arguments

  • bTransparent - Enable/disable transparency on this element

[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