Package | Description |
---|---|
org.stanwood.media | |
org.stanwood.media.script |
Modifier and Type | Method and Description |
---|---|
void |
Controller.executeScriptFunction(ScriptFunction function,
java.lang.Object... args)
Used to execute a script function
|
Modifier and Type | Method and Description |
---|---|
static ScriptFunction |
ScriptFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScriptFunction[] |
ScriptFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|