Home
last modified time | relevance | path

Searched refs:INotifyProduction (Results 1 – 8 of 8) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Conditions/
H A DGrantExternalConditionToProduced.cs30 …rnalConditionToProduced : ConditionalTrait<GrantExternalConditionToProducedInfo>, INotifyProduction
35 void INotifyProduction.UnitProduced(Actor self, Actor other, CPos exit) in INotifyProduction.UnitProduced()
H A DGrantConditionOnProduction.cs41 …public class GrantConditionOnProduction : INotifyCreated, INotifyProduction, ITick, ISync, ISelect…
62 void INotifyProduction.UnitProduced(Actor self, Actor other, CPos exit) in INotifyProduction.UnitProduced()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Render/
H A DWithProductionDoorOverlay.cs38 …orOverlay : ConditionalTrait<WithProductionDoorOverlayInfo>, ITick, INotifyProduction, INotifyDama…
77 void INotifyProduction.UnitProduced(Actor self, Actor other, CPos exit) in INotifyProduction.UnitProduced()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DProductionFromMapEdge.cs98 foreach (var t in self.TraitsImplementing<INotifyProduction>()) in Produce()
H A DProduction.cs91 foreach (var t in self.TraitsImplementing<INotifyProduction>()) in DoProduction()
H A DProductionParadrop.cs148 foreach (var t in self.TraitsImplementing<INotifyProduction>()) in DoProduction()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Scripting/
H A DScriptTriggers.cs36 …public sealed class ScriptTriggers : INotifyIdle, INotifyDamage, INotifyKilled, INotifyProduction,…
155 void INotifyProduction.UnitProduced(Actor self, Actor other, CPos exit) in INotifyProduction.UnitProduced()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/
H A DTraitsInterfaces.cs141 public interface INotifyProduction { void UnitProduced(Actor self, Actor other, CPos exit); } in UnitProduced() interface