com.threerings.tudey.config
Class ClientActionConfig.ControllerAction
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ClientActionConfig
com.threerings.tudey.config.ClientActionConfig.ControllerAction
- All Implemented Interfaces:
- Exportable, Streamable, Copyable, Cloneable
- Enclosing class:
- ClientActionConfig
public static class ClientActionConfig.ControllerAction
- extends ClientActionConfig
Fires an action on the scene controller.
command
@Editable
public String command
- The name of the command to fire.
ClientActionConfig.ControllerAction
public ClientActionConfig.ControllerAction()
execute
public void execute(TudeyContext ctx,
TudeySceneView view,
Sprite source)
- Description copied from class:
ClientActionConfig
- Executes the action.
- Specified by:
execute in class ClientActionConfig