Squirrel/Client/Functions/GUIEditbox/GUIEditbox

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
m (Wrong types)
m
 
Line 1: Line 1:
 
{{Squirrel/Title|GUIEditbox}}
 
{{Squirrel/Title|GUIEditbox}}
This function creates a GUI edit box. An edit box is a text box which allows inputting one line of text. For multiple lines of text use a ''GUIMemobox''.
+
This function creates a GUI edit box. An edit box is a text box which allows inputting one line of text.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 19:40, 18 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.

[edit] Syntax

  1. GUIEditbox GUIEditbox( VectorScreen pos, ScreenSize size )

[edit] 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

[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