Squirrel/Client/Functions/GUIEditbox/GUIEditbox

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUIEditbox}} This function creates a GUI edit box. An edit box is a text box which allows inputting one line of text. == Syntax == <code>GUIEditbox GUIEditbox…')

Revision as of 20:00, 17 October 2010

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, VectorScreen size )

Arguments

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

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