com.threerings.tudey.server.logic
Class ScriptLogic.Goto
java.lang.Object
com.threerings.util.ShallowObject
com.threerings.tudey.server.logic.Logic
com.threerings.tudey.server.logic.ScriptLogic
com.threerings.tudey.server.logic.ScriptLogic.Goto
- Enclosing class:
- ScriptLogic
public static class ScriptLogic.Goto
- extends ScriptLogic
Handles the goto script.
|
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.Logic |
addShapeObserver, getEntityKey, getModel, getPatrolPath, getRotation, getSceneManager, getShape, getTags, getTransform, getTransform, getTranslation, getVariable, init, isActive, isDefaultEntrance, isVisible, removeShapeObserver, request, resolveTarget, setVariable, signal, transfer |
ScriptLogic.Goto
public ScriptLogic.Goto()
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.