Home
last modified time | relevance | path

Searched defs:CanTarget (Results 1 – 18 of 18) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Orders/
H A DDeployOrderTargeter.cs38 …public bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers m… in CanTarget() method in OpenRA.Mods.Common.Orders.DeployOrderTargeter
H A DUnitOrderTargeter.cs40 …public bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers m… in CanTarget() method in OpenRA.Mods.Common.Orders.UnitOrderTargeter
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Scripting/Properties/
H A DCombatProperties.cs105 public bool CanTarget(Actor targetActor) in CanTarget() method in OpenRA.Mods.Common.Scripting.GeneralCombatProperties
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DCarryall.cs340 static bool CanTarget(Actor self, Actor target) in CanTarget() method in OpenRA.Mods.Common.Traits.Carryall.CarryallPickupOrderTargeter
382 …public bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers m… in CanTarget() method in OpenRA.Mods.Common.Traits.Carryall.CarryallDeliverUnitTargeter
H A DHarvester.cs384 …public bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers m… in CanTarget() method in OpenRA.Mods.Common.Traits.Harvester.HarvestOrderTargeter
H A DMobile.cs1021 …public bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers m… in CanTarget() method in OpenRA.Mods.Common.Traits.Mobile.MoveOrderTargeter
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Buildings/
H A DTransformsIntoAircraft.cs180 …public bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers m… in CanTarget() method in OpenRA.Mods.Common.Traits.TransformsIntoAircraft.AircraftMoveOrderTargeter
H A DTransformsIntoMobile.cs180 …public bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers m… in CanTarget() method in OpenRA.Mods.Common.Traits.TransformsIntoMobile.MoveOrderTargeter
H A DRallyPoint.cs146 …public bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers m… in CanTarget() method in OpenRA.Mods.Common.Traits.RallyPoint.RallyPointOrderTargeter
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/Traits/
H A DPortableChrono.cs164 …public bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers m… in CanTarget() method in OpenRA.Mods.Cnc.Traits.PortableChronoOrderTargeter
H A DMinelayer.cs263 …public bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers m… in CanTarget() method in OpenRA.Mods.Cnc.Traits.Minelayer.BeginMinefieldOrderTargeter
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Attack/
H A DAttackBase.cs518 …public bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers m… in CanTarget() method in OpenRA.Mods.Common.Traits.AttackBase.AttackOrderTargeter
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Air/
H A DAircraft.cs1200 …public virtual bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetMod… in CanTarget() method in OpenRA.Mods.Common.Traits.Aircraft.AircraftMoveOrderTargeter
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dunittype.h594 int CanTarget; /// Which units can it attack variable
/dports/games/stratagus/stratagus-3.2.0/src/unit/
H A Dunit.cpp3260 int CanTarget(const CUnitType &source, const CUnitType &dest) in CanTarget() function
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Traits/
H A DTraitsInterfaces.cs185 …bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers modifier… in CanTarget() method
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/unit/
H A Dunittype.h1011 int CanTarget; /// Which units can it attack variable
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/unit/
H A Dunit.cpp7430 int CanTarget(const CUnitType &source, const CUnitType &dest) in CanTarget() function