Uscript
From UBot Studio
(Difference between revisions)
(→UICommand) |
(→Function) |
||
Line 19: | Line 19: | ||
====[[Functions|Function]]==== | ====[[Functions|Function]]==== | ||
− | + | Creates a new Function object. | |
==Functions== | ==Functions== |
Revision as of 16:04, 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.
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