Squirrel/Client/Functions/GUILabel/Visible

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUILabel.Visible}} This member variable sets/returns whether the text label is visible on the screen. Note that if this edit box has a parent element, its ''Visi…')
 
m
 
Line 1: Line 1:
 
{{Squirrel/Title|GUILabel.Visible}}
 
{{Squirrel/Title|GUILabel.Visible}}
This member variable sets/returns whether the text label is visible on the screen. Note that if this edit box has a parent element, its ''Visible'' member will override this setting.
+
This member variable sets/returns whether the text label is visible on the screen. Note that if this label has a parent element, its ''Visible'' member will override this setting.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 19:08, 21 November 2010

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

This member variable sets/returns whether the text label is visible on the screen. Note that if this label has a parent element, its Visible member will override this setting.

[edit] Syntax

  1. bool GUILabel.Visible
  1. GUILabel.Visible = bool bShow

[edit] Arguments

  • bShow - This boolean value will either show or hide the label

[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