Difference between revisions of "DispRes"
From Wiki
m (fixed link) |
|||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | {{header| Miscellaneous Variables|ro|Holds the value of the last message box button that was clicked.}} | |
| − | + | ||
| − | + | ||
| − | {{ro | + | |
| − | + | ||
| − | Holds the value of the last message box button that was clicked. | + | |
{| border="1" cellpadding="2" | {| border="1" cellpadding="2" | ||
| Line 26: | Line 21: | ||
</pre> | </pre> | ||
| − | + | =See Also= | |
| − | { | + | {{Miscellaneous Variables}} |
| − | + | ||
| − | + | ||
| − | + | ||
| − | { | + | |
| − | + | ||
| − | + | ||
Latest revision as of 09:11, 13 September 2007
| ⇒ | Holds the value of the last message box button that was clicked. |
| Value | Button |
| OK | "Ok" was clicked |
| CANCEL | "Cancel" was clicked |
| YES | "Yes" was clicked |
| NO | "No" was clicked |
Example
See Also
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 |