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

Inheritance: INotifyDamageStateChanged
Datei anzeigen Open project: cjshmyr/OpenRA

Public Methods

Method Description
DamageStateChanged ( Actor self, OpenRA.Traits.AttackInfo e ) : void
SoundOnDamageTransition ( SoundOnDamageTransitionInfo info ) : OpenRA.Traits

Method Details

DamageStateChanged() public method

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

SoundOnDamageTransition() public method

public SoundOnDamageTransition ( SoundOnDamageTransitionInfo info ) : OpenRA.Traits
info SoundOnDamageTransitionInfo
return OpenRA.Traits