Home
last modified time | relevance | path

Searched refs:OnExitedCargo (Results 1 – 3 of 3) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DPassenger.cs146 void INotifyExitedCargo.OnExitedCargo(Actor self, Actor cargo) in INotifyExitedCargo.OnExitedCargo()
H A DCargo.cs354 nec.OnExitedCargo(passenger, self); in Unload()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/
H A DTraitsInterfaces.cs176 public interface INotifyExitedCargo { void OnExitedCargo(Actor self, Actor cargo); } in OnExitedCargo() method