C# Class OpenRA.Mods.TS.Traits.Render.WithPermanentInjury

Inheritance: INotifyDamage, IRenderInfantrySequenceModifier
Datei anzeigen Open project: OpenRA/OpenRA

Public Methods

Method Description
Damaged ( Actor self, OpenRA.Traits.AttackInfo e ) : void
WithPermanentInjury ( ActorInitializer init, WithPermanentInjuryInfo info ) : OpenRA.Traits

Method Details

Damaged() public method

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

WithPermanentInjury() public method

public WithPermanentInjury ( ActorInitializer init, WithPermanentInjuryInfo info ) : OpenRA.Traits
init ActorInitializer
info WithPermanentInjuryInfo
return OpenRA.Traits