Uscript
From UBot Studio
(Difference between revisions)
| Line 2: | Line 2: | ||
==Classes== | ==Classes== | ||
| − | |||
| − | + | ====Table()==== | |
| − | + | creates a table | |
| + | |||
| + | ====List()==== | ||
| + | |||
| + | creates a list | ||
| + | |||
| + | |||
| + | ====[[Command()]]==== | ||
| + | |||
| + | Creates a new command object. | ||
| + | |||
| + | |||
| + | ====[[UI Command]]==== | ||
| + | Similar to command | ||
| − | |||
==[[Functions]]== | ==[[Functions]]== | ||
| − | + | ||
| + | ====addCommand(command)==== | ||
| + | |||
| + | adds a command to uscript. | ||
Revision as of 13:20, 6 January 2016
This api fixture provides access to UBot studio’s internal scripting engine.
Contents |
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.