Uses of Class
com.threerings.tudey.config.TargetConfig

Packages that use TargetConfig
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.server.logic   
 

Uses of TargetConfig in com.threerings.tudey.config
 

Subclasses of TargetConfig in com.threerings.tudey.config
static class TargetConfig.Activator
          Refers to the entity that triggered the action.
static class TargetConfig.Behavior
          Refers to the current target of an agent's behavior.
static class TargetConfig.Compound
          Refers to multiple entities.
static class TargetConfig.Conditional
          Includes only targets that satisfy a condition.
static class TargetConfig.DistanceSubset
          Superclass of the distance-based subsets.
static class TargetConfig.Excluding
          Removes excluded targets from the result list.
static class TargetConfig.FarthestSubset
          Picks the N targets farthest from a reference target.
static class TargetConfig.InstanceOf
          Refers to the entity or entities whose logic is an instance of the specified class.
static class TargetConfig.Intersecting
          Refers to all actors intersecting the given region.
static class TargetConfig.NearestSubset
          Picks the N targets nearest to a reference target.
static class TargetConfig.Randomized
          Randomizes the order of targets.
static class TargetConfig.RandomSubset
          Picks a random subset of the targets.
static class TargetConfig.Source
          Refers to the source of the action.
static class TargetConfig.Subset
          Base class for the limiting filters for targets.
static class TargetConfig.Tagged
          Refers to the entity or entities bearing a certain tag.
 

Fields in com.threerings.tudey.config declared as TargetConfig
 TargetConfig TargetConfig.Excluding.excluding
          The exluding target.
 TargetConfig ConditionConfig.DistanceWithin.first
          The first target to check.
 TargetConfig TargetConfig.DistanceSubset.location
          The reference location.
 TargetConfig RegionConfig.Located.location
          The location to use.
 TargetConfig ActionConfig.SpawnActor.location
          The location at which to spawn the actor.
 TargetConfig ActionConfig.WarpActor.location
          The location to which the actor will be warped.
 TargetConfig ActionConfig.FireEffect.location
          The location at which to fire the effect.
 TargetConfig ConditionConfig.DistanceWithin.second
          The second target to check.
 TargetConfig TargetConfig.Subset.target
          The contained target.
 TargetConfig TargetConfig.Conditional.target
          The contained target.
 TargetConfig TargetConfig.Behavior.target
          The target agent.
 TargetConfig TargetConfig.Excluding.target
          The primary targets.
 TargetConfig TargetConfig.Randomized.target
          The contained target.
 TargetConfig ScriptConfig.Move.target
          The target location.
 TargetConfig HandlerConfig.BaseActorObserver.target
          The targets we're observering.
 TargetConfig ExpressionConfig.Reference.target
          The target containing the variable.
 TargetConfig ExpressionConfig.NumTargets.target
          The target.
 TargetConfig ConditionConfig.Tagged.target
          The target to check.
 TargetConfig ConditionConfig.InstanceOf.target
          The target to check.
 TargetConfig ConditionConfig.FlagSet.target
          The target to check.
 TargetConfig BehaviorConfig.Patrol.target
          The target to patrol.
 TargetConfig BehaviorConfig.Follow.target
          The target to follow.
 TargetConfig ActionConfig.DestroyActor.target
          The actor to destroy.
 TargetConfig ActionConfig.WarpActor.target
          The actor to warp.
 TargetConfig ActionConfig.Signal.target
          The signal target.
 TargetConfig ActionConfig.MoveBody.target
          The pawn to move.
 TargetConfig ActionConfig.StepLimitMobile.target
          The mobile to step limit.
 TargetConfig ActionConfig.SetVariable.target
          The target to modify.
 TargetConfig ActionConfig.SetFlag.target
          The target to modify.
 TargetConfig ActionConfig.ForceClientAction.target
          The target to modify.
 TargetConfig[] TargetConfig.Compound.targets
          The component targets.
 

Uses of TargetConfig in com.threerings.tudey.server.logic
 

Methods in com.threerings.tudey.server.logic with parameters of type TargetConfig
 void TargetLogic.init(TudeySceneManager scenemgr, TargetConfig config, Logic source)
          Initializes the logic.
 



Copyright © 2011. All Rights Reserved.