Uscript
From UBot Studio
(Difference between revisions)
(→Functions) |
|||
Line 23: | Line 23: | ||
==Functions== | ==Functions== | ||
− | ====addCommand | + | ====addCommand==== |
+ | |||
+ | =====Usage===== | ||
+ | uscript.addCommand(command) | ||
adds a command to uscript. | adds a command to uscript. |
Revision as of 15:50, 10 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
Function
Similar to command
Functions
addCommand
Usage
uscript.addCommand(command)
adds a command to uscript.