Uscript
From UBot Studio
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.
UICommand
Creates a new UICommand object.
Function
Creates a new Function object.
Functions
addCommand
adds a command to uscript.
Usage
uscript.addCommand(command)
- command: a uscript.Command object