Squirrel/Client/Functions/GUICheckbox/Size

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUICheckbox.Size}} This member variable sets/returns the size of the checkbox. == Syntax == <code>ScreenSize GUICheckbox.Size</code> <code>GUICheckbox.Size = S…')
 

Latest revision as of 00:09, 16 October 2010

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

This member variable sets/returns the size of the checkbox.

[edit] Syntax

  1. ScreenSize GUICheckbox.Size
  1. GUICheckbox.Size = ScreenSize size

[edit] Arguments

  • size - This is the new size of the checkbox as a ScreenSize object

[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