GUIButton

From Liberty Unleashed Wiki
Revision as of 20:49, 17 October 2010 by Juppi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events


This function creates a GUI button.

Syntax

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

Arguments

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

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.  

Notes

Used functions and other notes here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox