Show / Hide Table of Contents

Interface IDeathEffects

Interface for Enemy Death Effects

Namespace: WeaverCore.Interfaces
Assembly: WeaverCore.dll
Syntax
public interface IDeathEffects

Methods

| Edit this page View Source

EmitEffects()

Used to only emit the particle effects

Declaration
void EmitEffects()
| Edit this page View Source

EmitSounds()

Used to only emit the sound effects

Declaration
void EmitSounds()
| Edit this page View Source

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

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾