|
Drag[en]gine Script Module DragonScript 1.32.1
|
Script system. More...
Static Public Member Functions | |
Parameters | |
| static int | getParameterCount () |
| Number of parameters available. | |
| static ModuleParameter | getParameterInfo (int index) |
| Parameter information. | |
| static ModuleParameter | getParameterInfo (String name) |
| Named parameter information or null if not found. | |
| static String | getParameterValue (String name) |
| Parameter value. | |
| static void | setParameterValue (String name, String value) |
| Set named parameter value. | |
| static String | sendCommand (String command) |
| Send command. | |
| static int | getFPSRate () |
| Frame-per-second rate averaged over the last couple of frames. | |
Script system.
This is a native class. This is a pure static class. The class can not be instantiated
|
static |
Frame-per-second rate averaged over the last couple of frames.
Returns Engine.getFPSRate().
|
static |
Number of parameters available.
|
static |
Parameter information.
| EOutOfBoundary | index less than 0 or greater than or equal to getParameterCount(). |
|
static |
Named parameter information or null if not found.
|
static |
Parameter value.
| EInvalidParam | Parameter with name not found. |
|
static |
Send command.
|
static |
Set named parameter value.
| EInvalidParam | Parameter with name not found. |