|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConditionConfig | |
|---|---|
| com.threerings.tudey.config | Tudey configurations. |
| com.threerings.tudey.server.logic | |
| Uses of ConditionConfig in com.threerings.tudey.config |
|---|
| Subclasses of ConditionConfig in com.threerings.tudey.config | |
|---|---|
static class |
ConditionConfig.Action
Satisfied if executing the aciton returns true. |
static class |
ConditionConfig.All
Satisfied if all of the component conditions are satisfied. |
static class |
ConditionConfig.Always
Satisfied always. |
static class |
ConditionConfig.Any
Satisfied if any of the component conditions are satisfied. |
static class |
ConditionConfig.Cooldown
Ensures a cooldown time is met between satisfied conditions. |
static class |
ConditionConfig.DistanceWithin
Determines whether the distance between two entities is within a pair of bounds. |
static class |
ConditionConfig.Evaluate
Satisfied if the expression evaluates to true. |
static class |
ConditionConfig.FlagSet
Determines whether an actor's flag is set. |
static class |
ConditionConfig.InstanceOf
Determines whether an entity('s logic) is an instance of some class. |
static class |
ConditionConfig.Intersecting
Determines whether two regions intersect. |
static class |
ConditionConfig.Limit
Will be satisfied a fixed number of times. |
static class |
ConditionConfig.Not
Satisfied if the component condition is not satisfied. |
static class |
ConditionConfig.Random
Satisfied with a fixed probability. |
static class |
ConditionConfig.Tagged
Determines whether an entity has a tag. |
| Fields in com.threerings.tudey.config declared as ConditionConfig | |
|---|---|
ConditionConfig |
TargetConfig.Conditional.condition
The condition that the targets must satisfy. |
ConditionConfig |
ScriptConfig.Condition.condition
The condition. |
ConditionConfig |
HandlerConfig.BaseIntersectionCount.condition
The condition that must be satisfied for a valid intersection. |
ConditionConfig |
ConditionConfig.Not.condition
The component condition. |
ConditionConfig |
ActionConfig.Conditional.condition
The condition that must be satisfied. |
ConditionConfig |
ActionConfig.Case.condition
The case condition. |
ConditionConfig[] |
ConditionConfig.All.conditions
The component conditions. |
ConditionConfig[] |
ConditionConfig.Any.conditions
The component conditions. |
| Uses of ConditionConfig in com.threerings.tudey.server.logic |
|---|
| Methods in com.threerings.tudey.server.logic with parameters of type ConditionConfig | |
|---|---|
void |
ConditionLogic.init(TudeySceneManager scenemgr,
ConditionConfig config,
Logic source)
Initializes the logic. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||