Show / Hide Table of Contents

Interface IBossMove

Used for implementing moves for a boss fight

Inherited Members
IEnemyMove.MoveEnabled
IEnemyMove.DoMove()
IEnemyMove.OnDeath()
IEnemyMove.OnCancel()
Namespace: WeaverCore.Interfaces
Assembly: WeaverCore.dll
Syntax
public interface IBossMove : IEnemyMove

Methods

| Edit this page View Source

OnStun()

Called when the enemy gets stunned

Declaration
void OnStun()

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
☀
☾