Squirrel/Client/Functions/GUILabel/GUILabel

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUILabel}} This function creates a GUI text label. == Syntax == <code>GUILabel GUILabel( VectorScreen pos, ScreenSize size, string text )</code> == Arguments …')
 

Latest revision as of 20:52, 17 October 2010

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

This function creates a GUI text label.

[edit] Syntax

  1. GUILabel GUILabel( VectorScreen pos, ScreenSize size, string text )

[edit] Arguments

  • pos - The position of the label on screen or related to its parent element
  • size - The size of the label as a ScreenSize object
  • text - The text you wish the label to show

[edit] Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Explanation here.

  1.  
  2. -- todo
  3.  

[edit] Notes

Used functions and other notes here.

[edit] Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox