com.threerings.tudey.config
Class BehaviorConfig.Scripted
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.BehaviorConfig.Implementation
com.threerings.tudey.config.BehaviorConfig.Original
com.threerings.tudey.config.BehaviorConfig.Scripted
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- BehaviorConfig
public static class BehaviorConfig.Scripted
- extends BehaviorConfig.Original
A behavior that has a set of scripted actions.
steps
@Editable
public ScriptConfig[] steps
- The script steps to follow.
BehaviorConfig.Scripted
public BehaviorConfig.Scripted()
getLogicClassName
public String getLogicClassName()
- Description copied from class:
BehaviorConfig.Original
- Returns the name of the server-side logic class to use for the actor.
- Overrides:
getLogicClassName in class BehaviorConfig.Original
Copyright © 2011. All Rights Reserved.