Show / Hide Table of Contents

Interface IDreamnailable

Interface used for receiving dreamnail events

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

Methods

| Edit this page View Source

DreamnailHit(Player)

Called when the player dreamnails this object. Returns how much soul to heal the player, or zero to not give any soul

Declaration
int DreamnailHit(Player player)
Parameters
Type Name Description
Player player

the player that dreamnailed this object

Returns
Type Description
int

Returns how much soul to heal the player, or zero to not give any soul

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