Home
last modified time | relevance | path

Searched refs:PausableConditionalTrait (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Conditions/
H A DPausableConditionalTrait.cs39 …public abstract class PausableConditionalTrait<InfoType> : ConditionalTrait<InfoType> where InfoTy… class
44 protected PausableConditionalTrait(InfoType info) in PausableConditionalTrait() method in OpenRA.Mods.Common.Traits.PausableConditionalTrait
H A DToggleConditionOnOrder.cs43 …public class ToggleConditionOnOrder : PausableConditionalTrait<ToggleConditionOnOrderInfo>, IResol…
H A DGrantConditionOnAttack.cs49 …public class GrantConditionOnAttack : PausableConditionalTrait<GrantConditionOnAttackInfo>, INotif…
H A DGrantConditionOnDeploy.cs92 …public class GrantConditionOnDeploy : PausableConditionalTrait<GrantConditionOnDeployInfo>, IResol…
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DRepairsUnits.cs40 public class RepairsUnits : PausableConditionalTrait<RepairsUnitsInfo>
H A DExperienceTrickler.cs31 public class ExperienceTrickler : PausableConditionalTrait<ExperienceTricklerInfo>, ITick, ISync
H A DCashTrickler.cs42 …public class CashTrickler : PausableConditionalTrait<CashTricklerInfo>, ITick, ISync, INotifyCreat…
H A DReloadAmmoPool.cs46 …public class ReloadAmmoPool : PausableConditionalTrait<ReloadAmmoPoolInfo>, ITick, INotifyAttack, …
H A DTransforms.cs60 …public class Transforms : PausableConditionalTrait<TransformsInfo>, IIssueOrder, IResolveOrder, IO…
H A DProduction.cs30 public class Production : PausableConditionalTrait<ProductionInfo>, INotifyCreated
H A DTurreted.cs76 …public class Turreted : PausableConditionalTrait<TurretedInfo>, ITick, IDeathActorInitModifier, IA…
H A DCloak.cs69 …public class Cloak : PausableConditionalTrait<CloakInfo>, IRenderModifier, INotifyDamage, INotifyU…
H A DArmament.cs106 public class Armament : PausableConditionalTrait<ArmamentInfo>, ITick
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/Traits/Render/
H A DWithDockingOverlay.cs39 public class WithDockingOverlay : PausableConditionalTrait<WithDockingOverlayInfo>
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Render/
H A DWithChargeOverlay.cs34 …class WithChargeOverlay : PausableConditionalTrait<WithChargeOverlayInfo>, INotifyDamageStateChang…
H A DWithDockedOverlay.cs37 public class WithDockedOverlay : PausableConditionalTrait<WithDockedOverlayInfo>, INotifyDocking
H A DWithRepairOverlay.cs46 …public class WithRepairOverlay : PausableConditionalTrait<WithRepairOverlayInfo>, INotifyDamageSta…
H A DWithProductionOverlay.cs43 …public class WithProductionOverlay : PausableConditionalTrait<WithProductionOverlayInfo>, INotifyD…
H A DWithIdleOverlay.cs76 …public class WithIdleOverlay : PausableConditionalTrait<WithIdleOverlayInfo>, INotifyDamageStateCh…
H A DWithSpriteBody.cs52 …public class WithSpriteBody : PausableConditionalTrait<WithSpriteBodyInfo>, INotifyDamageStateChan…
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/Traits/Render/
H A DWithDeliveryOverlay.cs39 …public class WithDeliveryOverlay : PausableConditionalTrait<WithDeliveryOverlayInfo>, INotifyDeliv…
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Buildings/
H A DBaseProvider.cs30 …public class BaseProvider : PausableConditionalTrait<BaseProviderInfo>, ITick, IRenderAnnotationsW…
H A DGate.cs36 …public class Gate : PausableConditionalTrait<GateInfo>, ITick, ITemporaryBlocker, IBlocksProjectil…
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/SupportPowers/
H A DSupportPower.cs115 public class SupportPower : PausableConditionalTrait<SupportPowerInfo>
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Attack/
H A DAttackBase.cs67 …public abstract class AttackBase : PausableConditionalTrait<AttackBaseInfo>, ITick, IIssueOrder, I…

12