Squirrel/Client/Functions/GUILabel/Text

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUILabel.Text}} This member variable sets/returns the text on the label. == Syntax == <code>string GUILabel.Text</code> <code>GUILabel.Text = string text</codeā€¦')
 

Latest revision as of 21:00, 17 October 2010

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

This member variable sets/returns the text on the label.

[edit] Syntax

  1. string GUILabel.Text
  1. GUILabel.Text = string text

[edit] Arguments

  • text - This is the text you want the label to show

[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