Difference between revisions of "Template:Miscellaneous Variables"
From Wiki
m (Reverted edits by 84.223.129.9 (Talk); changed back to last version by Seg) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | === Miscellaneous Variables === | ||
*These system variables are not easily categorized in any other category, and therefore are placed here. | *These system variables are not easily categorized in any other category, and therefore are placed here. | ||
+ | {| | ||
+ | | style="width:150px" | [[shard|#shard]] || style="width:30px" | {{ro}} || Returns which shard you are logged into | ||
+ | |- | ||
+ | | [[date|#date]] || {{ro}} || Returns the local date on your computer | ||
+ | |- | ||
+ | | [[time|#time]] || {{ro}} || Returns the local time on your computer | ||
+ | |- | ||
+ | | [[sysTime|#sysTime]] || {{ro}} || Counts the number of milliseconds since 01/Jan/1980 UTC | ||
+ | |- | ||
+ | | [[sCnt|#sCnt]] || {{rw}} || Timer in seconds since Windows boot | ||
+ | |- | ||
+ | | [[sCnt2|#sCnt2]] || {{rw}} || Timer in tenths of seconds since Windows boot | ||
+ | |- | ||
+ | | [[pixCol|#pixCol]] || {{ro}} || Returns the color of the pixel last saved with savePix | ||
+ | |- | ||
+ | | [[cursorX|#cursorX]] || {{ro}} || Returns the x-coordinate of the cursor | ||
+ | |- | ||
+ | | [[cursorY|#cursorY]] || {{ro}} || Returns the y-coordinate of the cursor | ||
+ | |- | ||
+ | | [[random|#random]] || {{ro}} || Holds a random number | ||
+ | |- | ||
+ | | [[dispRes|#dispRes]] || {{ro}} || Returns button clicked in last call to display | ||
+ | |- | ||
+ | | [[lShard|#lShard]] || {{rw}} || Set the last shard of your choice | ||
+ | |- | ||
+ | | [[osVer|#osVer]] || {{ro}} || Returns the OS version | ||
+ | |- | ||
+ | | [[euoVer|#euoVer]] || {{ro}} || Returns the current EasyUO version | ||
+ | |} |
Latest revision as of 15:24, 20 October 2008
Miscellaneous Variables
- These system variables are not easily categorized in any other category, and therefore are placed here.
#shard | ⇒ | Returns which shard you are logged into |
#date | ⇒ | Returns the local date on your computer |
#time | ⇒ | Returns the local time on your computer |
#sysTime | ⇒ | Counts the number of milliseconds since 01/Jan/1980 UTC |
#sCnt | ⇔ | Timer in seconds since Windows boot |
#sCnt2 | ⇔ | Timer in tenths of seconds since Windows boot |
#pixCol | ⇒ | Returns the color of the pixel last saved with savePix |
#cursorX | ⇒ | Returns the x-coordinate of the cursor |
#cursorY | ⇒ | Returns the y-coordinate of the cursor |
#random | ⇒ | Holds a random number |
#dispRes | ⇒ | Returns button clicked in last call to display |
#lShard | ⇔ | Set the last shard of your choice |
#osVer | ⇒ | Returns the OS version |
#euoVer | ⇒ | Returns the current EasyUO version |