Uscript
From UBot Studio
(Difference between revisions)
Line 3: | Line 3: | ||
---- | ---- | ||
− | + | ==Classes | |
'''Table():''' creates a table | '''Table():''' creates a table | ||
'''List():''' creates a list | '''List():''' creates a list | ||
− | |||
− | |||
'''[[Command()]]:''' Creates a new command object. | '''[[Command()]]:''' Creates a new command object. | ||
'''[[UI Command]]:''' Similar to command | '''[[UI Command]]:''' Similar to command | ||
+ | |||
+ | |||
+ | ==Functions | ||
+ | '''addCommand(command):''' adds a command to uscript. |
Revision as of 04: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.