Show / Hide Table of Contents

Enum EntityHealth.HitResult

The enum used when determining if a hit on the enemy was valid

Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
public enum EntityHealth.HitResult

Fields

Name Description
Invalid

The hit did not deal damage to the enemy

Invincible

The enemy is invincible

Valid

The hit dealt some damage to 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
☀
☾