Squirrel/Client/Functions/GUIProgressBar/GUIProgressBar

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

Latest revision as of 14:52, 4 July 2012

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

This function creates a GUI Progress Bar.

[edit] Syntax

  1. GUIProgressBar GUIProgressBar( VectorScreen pos, ScreenSize size )

[edit] Arguments

  • pos - The position of the progress bar on screen or related to its parent element
  • size - The size of the progress bar as a ScreenSize object

[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