GUIEditbox

From Liberty Unleashed Wiki
Revision as of 19:40, 18 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 edit box. An edit box is a text box which allows inputting one line of text.

Syntax

  1. GUIEditbox GUIEditbox( VectorScreen pos, ScreenSize size )

Arguments

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

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