com.threerings.tudey.config
Class ScriptConfig.Goto
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ScriptConfig
com.threerings.tudey.config.ScriptConfig.Goto
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ScriptConfig
public static class ScriptConfig.Goto
- extends ScriptConfig
Goes to a specific script step.
|
Field Summary |
int |
step
The step to goto. |
step
@Editable(min=0.0)
public int step
- The step to goto.
ScriptConfig.Goto
public ScriptConfig.Goto()
getLogicClassName
public String getLogicClassName()
- Description copied from class:
ScriptConfig
- Returns the name of the server-side logic class for this behavior.
- Specified by:
getLogicClassName in class ScriptConfig
Copyright © 2011. All Rights Reserved.