Uscript
From UBot Studio
(Difference between revisions)
| Line 3: | Line 3: | ||
---- | ---- | ||
| − | ==Classes | + | ==Classes== |
'''Table():''' creates a table | '''Table():''' creates a table | ||
| Line 13: | Line 13: | ||
| − | ==Functions | + | ==Functions== |
'''addCommand(command):''' adds a command to uscript. | '''addCommand(command):''' adds a command to uscript. | ||
Revision as of 03:19, 6 January 2016
This api fixture provides access to UBot studio’s internal scripting engine.
Classes
Table(): creates a table
List(): creates a list
Command(): Creates a new command object.
UI Command: Similar to command
Functions
addCommand(command): adds a command to uscript.