Squirrel/Client/Functions/GUIEditbox/Flags

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUIEditbox.Flags}} {{ScriptingChangesIn0.1.0.8}} This member variable sets/returns the current flags of the editbox. Flags can change the appereance of a GUI ele…')

Revision as of 23:11, 21 April 2011

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This member variable sets/returns the current flags of the editbox. Flags can change the appereance of a GUI element.

Syntax

  1. int GUIEditbox.Flags
  1. GUIEditbox.Flags = int flags

Arguments

  • flags - An integer value for flags (constants from version 0.1.0.10 onwards)
    • FLAG_NONE (0x0) - Resets the flags
    • FLAG_COLOURING (0x1) - Enables colour tags for this element
    • FLAG_SHADOW (0x2) - Add shadowing behind the text

Example 1. Returning

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Some explanation here

  1.  
  2. -- todo
  3.  

Notes

-- List of used functions and other notes here.

Example 2. Setting

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Some explanation here too

  1.  
  2. -- todo
  3.  

Notes

-- List of used functions and other notes here.

Related Functions

Template:Squirrel/Client/Functions/Editbox

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox