Interface IDeathEffects
Interface for Enemy Death Effects
Namespace: WeaverCore.Interfaces
Assembly: WeaverCore.dll
Syntax
public interface IDeathEffects
Methods
| Edit this page View SourceEmitEffects()
Used to only emit the particle effects
Declaration
void EmitEffects()
EmitSounds()
Used to only emit the sound effects
Declaration
void EmitSounds()
PlayDeathEffects(HitInfo)
Used to play the death effects
Declaration
void PlayDeathEffects(HitInfo finalBlow)
Parameters
Type | Name | Description |
---|---|---|
HitInfo | finalBlow | The final blow on the enemy |