com.threerings.tudey.config
Class ScriptConfig.Wait

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

public static class ScriptConfig.Wait
extends ScriptConfig

A script that waits some amount of time before completing.


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 wait
          The wait time.
 
Constructor Summary
ScriptConfig.Wait()
           
 
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

wait

@Editable
public int wait
The wait time.

Constructor Detail

ScriptConfig.Wait

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