|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.config.ScriptConfig
@EditorTypes(value={ScriptConfig.Wait.class,ScriptConfig.Move.class,ScriptConfig.Rotate.class,ScriptConfig.Condition.class,ScriptConfig.Goto.class})
public abstract class ScriptConfigConfigurations for scripted actions in a behavior.
| Nested Class Summary | |
|---|---|
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. |
| Constructor Summary | |
|---|---|
ScriptConfig()
|
|
| Method Summary | |
|---|---|
abstract String |
getLogicClassName()
Returns the name of the server-side logic class for this behavior. |
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptConfig()
| Method Detail |
|---|
public abstract String getLogicClassName()
public void invalidate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||