com.threerings.tudey.config
Class ActionConfig.AbstractMove

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ActionConfig
          extended by com.threerings.tudey.config.ActionConfig.AbstractMove
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Direct Known Subclasses:
ActionConfig.MoveAll, ActionConfig.MoveBody
Enclosing class:
ActionConfig

@Strippable
public abstract static class ActionConfig.AbstractMove
extends ActionConfig

Superclass of the portal actions.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.ActionConfig
ActionConfig.AbstractMove, ActionConfig.Case, ActionConfig.Compound, ActionConfig.Conditional, ActionConfig.Delayed, ActionConfig.DestroyActor, ActionConfig.EntryPortal, ActionConfig.ExpressionCase, ActionConfig.ExpressionSwitch, ActionConfig.FireEffect, ActionConfig.ForceClientAction, ActionConfig.MoveAll, ActionConfig.MoveBody, ActionConfig.Portal, ActionConfig.PreExecutable, ActionConfig.Random, ActionConfig.SetFlag, ActionConfig.SetVariable, ActionConfig.Signal, ActionConfig.SpawnActor, ActionConfig.SpawnRandomTranslatedActor, ActionConfig.SpawnRotatedActor, ActionConfig.SpawnTransformedActor, ActionConfig.StepLimitMobile, ActionConfig.Switch, ActionConfig.TaggedPortal, ActionConfig.TilePortal, ActionConfig.WarpActor, ActionConfig.WarpTransformedActor, ActionConfig.WeightedAction
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 ActionConfig.Portal portal
          The key of the portal in the destination scene.
 int sceneId
          The id of the destination scene.
 
Constructor Summary
ActionConfig.AbstractMove()
           
 
Method Summary
 
Methods inherited from class com.threerings.tudey.config.ActionConfig
getLogicClassName, getPreloads, getSubActions, invalidate
 
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

sceneId

@Editable(min=0.0)
public int sceneId
The id of the destination scene.


portal

@Editable
public ActionConfig.Portal portal
The key of the portal in the destination scene.

Constructor Detail

ActionConfig.AbstractMove

public ActionConfig.AbstractMove()


Copyright © 2011. All Rights Reserved.