Drag[en]gine Script Module DragonScript
1.21
|
Animator system. More...
Static Public Member Functions | |
Parameters | |
static int | getParameterCount () |
Number of parameters available. More... | |
static ModuleParameter | getParameterInfo (int index) |
Parameter information. More... | |
static ModuleParameter | getParameterInfo (String name) |
Named parameter information or null if not found. More... | |
static String | getParameterValue (String name) |
Parameter value. More... | |
static void | setParameterValue (String name, String value) |
Set named parameter value. More... | |
static String | sendCommand (String command) |
Send command. More... | |
Animator system.
This is a native class. This is a pure static class. The class can not be instantiated
|
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. |