|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionConfig | |
|---|---|
| com.threerings.tudey.config | Tudey configurations. |
| com.threerings.tudey.server.logic | |
| Uses of ActionConfig in com.threerings.tudey.config |
|---|
| Subclasses of ActionConfig in com.threerings.tudey.config | |
|---|---|
static class |
ActionConfig.AbstractMove
Superclass of the portal actions. |
static class |
ActionConfig.Compound
Executes multiple actions simultaneously. |
static class |
ActionConfig.Conditional
Executes a sub-action if a condition is satisfied. |
static class |
ActionConfig.Delayed
Executes an action after some delay. |
static class |
ActionConfig.DestroyActor
Destroys an actor. |
static class |
ActionConfig.ExpressionSwitch
Executes the first case whose value equals the switch value. |
static class |
ActionConfig.FireEffect
Fires an effect. |
static class |
ActionConfig.ForceClientAction
Forces the client associated with the target to do something. |
static class |
ActionConfig.MoveAll
Moves all players to a new scene. |
static class |
ActionConfig.MoveBody
Moves a player pawn to a new scene. |
static class |
ActionConfig.Random
Executes an action from a weighted list. |
static class |
ActionConfig.SetFlag
Sets a flag on the target. |
static class |
ActionConfig.SetVariable
Sets a variable on the target. |
static class |
ActionConfig.Signal
Transmits a signal. |
static class |
ActionConfig.SpawnActor
Spawns a new actor. |
static class |
ActionConfig.SpawnRandomTranslatedActor
Spawns a number of actors randomly translated from the location. |
static class |
ActionConfig.SpawnRotatedActor
Spawns a new actor with a fixed rotation. |
static class |
ActionConfig.SpawnTransformedActor
Spawns a new actor that can have a translation and rotation. |
static class |
ActionConfig.StepLimitMobile
Sets a step limiter on mobile. |
static class |
ActionConfig.Switch
Executes the first sub-action with a satisfied condition. |
static class |
ActionConfig.WarpActor
Warps an actor from one place to another. |
static class |
ActionConfig.WarpTransformedActor
Warps an actor from on place to another transformed location. |
| Fields in com.threerings.tudey.config declared as ActionConfig | |
|---|---|
ActionConfig |
HandlerConfig.action
The action to take in response to the event. |
ActionConfig |
EffectConfig.Original.action
The action associated with the effect, if any. |
ActionConfig |
ConditionConfig.Action.action
The action to perform. |
ActionConfig |
ActionConfig.Conditional.action
The action to take if the condition is satisfied. |
ActionConfig |
ActionConfig.Case.action
The case action. |
ActionConfig |
ActionConfig.ExpressionCase.action
The case action. |
ActionConfig |
ActionConfig.WeightedAction.action
The action itself. |
ActionConfig |
ActionConfig.Delayed.action
The action to perform. |
ActionConfig[] |
ActionConfig.Compound.actions
The actions to execute. |
ActionConfig |
ActionConfig.Switch.defaultAction
The default action to take if no case is satisfied. |
ActionConfig |
ActionConfig.ExpressionSwitch.defaultAction
The default action to take if no case is satisfied. |
ActionConfig |
ActionConfig.Conditional.elseAction
The action to take if the condition is not satisfied. |
ActionConfig |
HandlerConfig.ThresholdIntersectionCount.underAction
The action to perform when we go under the threshold. |
ActionConfig |
HandlerConfig.WarnTimer.warnAction
The action to perform when warning goes off. |
| Methods in com.threerings.tudey.config that return ActionConfig | |
|---|---|
ActionConfig[] |
ActionConfig.getSubActions()
Returns an array of any contained ActionConfigs. |
ActionConfig[] |
ActionConfig.Conditional.getSubActions()
|
ActionConfig[] |
ActionConfig.Switch.getSubActions()
|
ActionConfig[] |
ActionConfig.ExpressionSwitch.getSubActions()
|
ActionConfig[] |
ActionConfig.Compound.getSubActions()
|
ActionConfig[] |
ActionConfig.Random.getSubActions()
|
ActionConfig[] |
ActionConfig.Delayed.getSubActions()
|
| Uses of ActionConfig in com.threerings.tudey.server.logic |
|---|
| Methods in com.threerings.tudey.server.logic with parameters of type ActionConfig | |
|---|---|
void |
ActionLogic.init(TudeySceneManager scenemgr,
ActionConfig config,
Logic source)
Initializes the logic. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||