Show / Hide Table of Contents

Class HunterJournal_I

Inheritance
object
HunterJournal_I
E_HunterJournal_I
Implements
IImplementation
Namespace: WeaverCore.Implementations
Assembly: WeaverCore.dll
Syntax
public abstract class HunterJournal_I : IImplementation

Methods

| Edit this page View Source

DisplayJournalUpdate(bool)

Declaration
public abstract void DisplayJournalUpdate(bool displayText)
Parameters
Type Name Description
bool displayText
| Edit this page View Source

HasEntryFor(string)

Declaration
public abstract bool HasEntryFor(string name)
Parameters
Type Name Description
string name
Returns
Type Description
bool
| Edit this page View Source

HasKilled(string)

Declaration
public abstract bool HasKilled(string name)
Parameters
Type Name Description
string name
Returns
Type Description
bool
| Edit this page View Source

KillsLeft(string)

Declaration
public abstract int KillsLeft(string name)
Parameters
Type Name Description
string name
Returns
Type Description
int
| Edit this page View Source

RecordKillFor(string)

Declaration
public abstract void RecordKillFor(string name)
Parameters
Type Name Description
string name

Implements

IImplementation

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