com.threerings.tudey.config
Class ScriptConfig.Goto

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


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.ScriptConfig
ScriptConfig.Condition, ScriptConfig.Goto, ScriptConfig.Move, ScriptConfig.Rotate, ScriptConfig.Wait
 
Field Summary
 int step
          The step to goto.
 
Constructor Summary
ScriptConfig.Goto()
           
 
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
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

step

@Editable(min=0.0)
public int step
The step to goto.

Constructor Detail

ScriptConfig.Goto

public ScriptConfig.Goto()
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


Copyright © 2011. All Rights Reserved.