com.threerings.tudey.server.logic
Class ScriptLogic.SetSpeed
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.SetSpeed
- Enclosing class:
- ScriptLogic
public static class ScriptLogic.SetSpeed
- extends ScriptLogic
Handles the set speed 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, createAction, createCondition, createExpression, createHandler, createRegion, createTarget, getEntityKey, getModel, getPatrolPath, getRotation, getSceneManager, getShape, getTags, getTransform, getTransform, getTranslation, getVariable, init, isActive, isDefaultEntrance, isVisible, removeShapeObserver, request, resolveTarget, setVariable, signal, transfer |
ScriptLogic.SetSpeed
public ScriptLogic.SetSpeed()
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