TorqueScript Reference
|
Functions | |
String | createUUID () |
String | getClipboard () |
String | getLocalTime () |
Integer | getRealTime () |
Boolean | setClipboard (string) |
void | setMouseLock (isLocked) |
String createUUID | ( | ) |
Creates a UUID string.
String getClipboard | ( | ) |
Use the getClipboard function to get the contents of the GUI clipboard.
String getLocalTime | ( | ) |
Get the local time
Integer getRealTime | ( | ) |
Use the getRealTime function to the computer time in milliseconds.
Boolean setClipboard | ( | string | ) |
Use the setClipboard function to Set value on clipboard to string.
string | The new value to place in the GUI clipboard. |
void setMouseLock | ( | isLocked | ) |
Use the setMouseLock function to un/lock the mouse.
isLocked | A boolean value. |