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

Inheritance: INotifyKilled
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

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

Private Methods

Méthode Description
IsSuitableCell ( Actor self, Actor actorToDrop ) : bool

Method Details

EjectOnDeath() public méthode

public EjectOnDeath ( Actor self, EjectOnDeathInfo info ) : OpenRA.Mods.Common.Activities
self Actor
info EjectOnDeathInfo
Résultat OpenRA.Mods.Common.Activities

Killed() public méthode

public Killed ( Actor self, OpenRA.Traits.AttackInfo e ) : void
self Actor
e OpenRA.Traits.AttackInfo
Résultat void