com.threerings.opengl.model.config
Class ActionConfig.CallFunction

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.model.config.ActionConfig
          extended by com.threerings.opengl.model.config.ActionConfig.CallFunction
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ActionConfig

public static class ActionConfig.CallFunction
extends ActionConfig

Generic action that calls a scoped function.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.model.config.ActionConfig
ActionConfig.CallFunction, ActionConfig.PlaySound, ActionConfig.ShakeCamera, ActionConfig.SpawnTransient
 
Field Summary
 String name
          The name of the function to call.
 
Constructor Summary
ActionConfig.CallFunction()
           
 
Method Summary
 Executor createExecutor(GlContext ctx, Scope scope)
          Creates an executor for this action.
 
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

name

@Editable
public String name
The name of the function to call.

Constructor Detail

ActionConfig.CallFunction

public ActionConfig.CallFunction()
Method Detail

createExecutor

public Executor createExecutor(GlContext ctx,
                               Scope scope)
Description copied from class: ActionConfig
Creates an executor for this action.

Specified by:
createExecutor in class ActionConfig


Copyright © 2011. All Rights Reserved.