Squirrel/Client/Functions/GUIEditbox/MaskInput

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUIEditbox.MaskInput}} {{ScriptingChangesIn0.1.0.10}} This GUIEditbox member variable sets/returns whether this editbox should mask the user's input. Setting thiā€¦')
 

Latest revision as of 22:11, 9 September 2011

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

This GUIEditbox member variable sets/returns whether this editbox should mask the user's input. Setting this to true essentially turns the editbox into a password box.

[edit] Syntax

  1. bool GUIEditbox.MaskInput
  1. GUIEditbox.MaskInput = bool mask

[edit] Arguments

  • mask - true to enable input masking, false to disable (default)

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

[edit] Notes

-- List of used functions and other notes here.

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

[edit] Notes

-- List of used functions and other notes here.

[edit] Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox