com.threerings.tudey.config
Class BehaviorConfig.Scripted

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.BehaviorConfig.Implementation
          extended by com.threerings.tudey.config.BehaviorConfig.Original
              extended by 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.


Field Summary
 ScriptConfig[] steps
          The script steps to follow.
 
Constructor Summary
BehaviorConfig.Scripted()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class to use for the actor.
 
Methods inherited from class com.threerings.tudey.config.BehaviorConfig.Original
getOriginal
 
Methods inherited from class com.threerings.tudey.config.BehaviorConfig.Implementation
getUpdateReferences, invalidate
 
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
 

Field Detail

steps

@Editable
public ScriptConfig[] steps
The script steps to follow.

Constructor Detail

BehaviorConfig.Scripted

public BehaviorConfig.Scripted()
Method Detail

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.