com.threerings.tudey.config
Class ScriptConfig.ClearSpeed

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ScriptConfig
          extended by com.threerings.tudey.config.ScriptConfig.ClearSpeed
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ScriptConfig

public static class ScriptConfig.ClearSpeed
extends ScriptConfig

Clears the speed of the agent.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.ScriptConfig
ScriptConfig.Action, ScriptConfig.ClearSpeed, ScriptConfig.Condition, ScriptConfig.Goto, ScriptConfig.Move, ScriptConfig.Rotate, ScriptConfig.SetSpeed, ScriptConfig.Wait
 
Constructor Summary
ScriptConfig.ClearSpeed()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class for this behavior.
 
Methods inherited from class com.threerings.tudey.config.ScriptConfig
invalidate
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptConfig.ClearSpeed

public ScriptConfig.ClearSpeed()
Method Detail

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