|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScriptConfig | |
|---|---|
| com.threerings.tudey.config | Tudey configurations. |
| com.threerings.tudey.server.logic | |
| Uses of ScriptConfig in com.threerings.tudey.config |
|---|
| Subclasses of ScriptConfig in com.threerings.tudey.config | |
|---|---|
static class |
ScriptConfig.Condition
A script that waits until a condition is satisfied before completing. |
static class |
ScriptConfig.Goto
Goes to a specific script step. |
static class |
ScriptConfig.Move
Moves to a target location. |
static class |
ScriptConfig.Rotate
Rotates to a target orientation. |
static class |
ScriptConfig.Wait
A script that waits some amount of time before completing. |
| Fields in com.threerings.tudey.config declared as ScriptConfig | |
|---|---|
ScriptConfig[] |
BehaviorConfig.Scripted.steps
The script steps to follow. |
| Uses of ScriptConfig in com.threerings.tudey.server.logic |
|---|
| Methods in com.threerings.tudey.server.logic with parameters of type ScriptConfig | |
|---|---|
static ScriptLogic |
ScriptLogic.createScriptLogic(TudeySceneManager scenemgr,
ScriptConfig config,
AgentLogic agent,
BehaviorLogic.Scripted scripted)
Creates a script logic. |
void |
ScriptLogic.init(TudeySceneManager scenemgr,
ScriptConfig config,
AgentLogic agent,
BehaviorLogic.Scripted scripted)
Initializes the logic. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||