Squirrel/Client/Functions/GUIEditbox/GUIEditbox

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
m
m (Wrong types)
Line 4: Line 4:
 
== Syntax ==
 
== Syntax ==
  
<code>GUIEditbox GUIEditbox( VectorScreen pos, VectorScreen size )</code>
+
<code>GUIEditbox GUIEditbox( VectorScreen pos, ScreenSize size )</code>
  
 
== Arguments ==
 
== Arguments ==
  
 
* '''pos''' - The position of the edit box on screen or related to its parent element
 
* '''pos''' - The position of the edit box on screen or related to its parent element
* '''size''' - The size of the edit box
+
* '''size''' - The size of the edit box as a ''ScreenSize'' object
  
 
== Example ==
 
== Example ==

Revision as of 20:47, 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. For multiple lines of text use a GUIMemobox.

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