C# Class OpenRA.Mods.Common.Traits.EjectOnDeath

Inheritance: INotifyKilled
显示文件 Open project: OpenRA/OpenRA

Public Methods

Method Description
EjectOnDeath ( Actor self, EjectOnDeathInfo info ) : OpenRA.Mods.Common.Activities
Killed ( Actor self, OpenRA.Traits.AttackInfo e ) : void

Private Methods

Method Description
IsSuitableCell ( Actor self, Actor actorToDrop ) : bool

Method Details

EjectOnDeath() public method

public EjectOnDeath ( Actor self, EjectOnDeathInfo info ) : OpenRA.Mods.Common.Activities
self Actor
info EjectOnDeathInfo
return OpenRA.Mods.Common.Activities

Killed() public method

public Killed ( Actor self, OpenRA.Traits.AttackInfo e ) : void
self Actor
e OpenRA.Traits.AttackInfo
return void