com.threerings.tudey.server.logic
Class ScriptLogic.Goto

java.lang.Object
  extended by com.threerings.util.ShallowObject
      extended by com.threerings.tudey.server.logic.Logic
          extended by com.threerings.tudey.server.logic.ScriptLogic
              extended by com.threerings.tudey.server.logic.ScriptLogic.Goto
Enclosing class:
ScriptLogic

public static class ScriptLogic.Goto
extends ScriptLogic

Handles the goto script.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.ScriptLogic
ScriptLogic.Condition, ScriptLogic.Goto, ScriptLogic.Move, ScriptLogic.Rotate, ScriptLogic.Wait
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.Logic
Logic.ShapeObserver
 
Constructor Summary
ScriptLogic.Goto()
           
 
Method Summary
 void start(int timestamp)
          Called when we are about to start the current script.
 
Methods inherited from class com.threerings.tudey.server.logic.ScriptLogic
createScriptLogic, init, reachedTargetRotation, tick
 
Methods inherited from class com.threerings.tudey.server.logic.Logic
addShapeObserver, getEntityKey, getModel, getPatrolPath, getRotation, getSceneManager, getShape, getTags, getTransform, getTransform, getTranslation, getVariable, init, isActive, isDefaultEntrance, isVisible, removeShapeObserver, request, resolveTarget, setVariable, signal, transfer
 
Methods inherited from class com.threerings.util.ShallowObject
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptLogic.Goto

public ScriptLogic.Goto()
Method Detail

start

public void start(int timestamp)
Description copied from class: ScriptLogic
Called when we are about to start the current script.

Overrides:
start in class ScriptLogic


Copyright © 2011. All Rights Reserved.