com.threerings.tudey.config
Class ActionConfig.StepLimitMobile

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ActionConfig
          extended by com.threerings.tudey.config.ActionConfig.StepLimitMobile
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Enclosing class:
ActionConfig

@Strippable
public static class ActionConfig.StepLimitMobile
extends ActionConfig

Sets a step limiter on mobile.


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
 float maxDirection
          The maximum direction.
 float minDirection
          The minimum direction.
 boolean remove
          If we're setting or removing the limit.
 TargetConfig target
          The mobile to step limit.
 
Constructor Summary
ActionConfig.StepLimitMobile()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class for this action.
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.tudey.config.ActionConfig
getPreloads, getSubActions
 
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

remove

@Editable
public boolean remove
If we're setting or removing the limit.


minDirection

@Editable(min=-180.0,
          max=180.0,
          scale=0.017453292519943295,
          hgroup="m")
public float minDirection
The minimum direction.


maxDirection

@Editable(min=-180.0,
          max=180.0,
          scale=0.017453292519943295,
          hgroup="m")
public float maxDirection
The maximum direction.


target

@Editable
public TargetConfig target
The mobile to step limit.

Constructor Detail

ActionConfig.StepLimitMobile

public ActionConfig.StepLimitMobile()
Method Detail

getLogicClassName

public String getLogicClassName()
Description copied from class: ActionConfig
Returns the name of the server-side logic class for this action.

Specified by:
getLogicClassName in class ActionConfig

invalidate

public void invalidate()
Description copied from class: ActionConfig
Invalidates any cached data.

Overrides:
invalidate in class ActionConfig


Copyright © 2011. All Rights Reserved.