Show / Hide Table of Contents

Class E_HunterJournal_I

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

Methods

| Edit this page View Source

DisplayJournalUpdate(bool)

Declaration
public override void DisplayJournalUpdate(bool displayText)
Parameters
Type Name Description
bool displayText
Overrides
HunterJournal_I.DisplayJournalUpdate(bool)
| Edit this page View Source

HasEntryFor(string)

Declaration
public override bool HasEntryFor(string name)
Parameters
Type Name Description
string name
Returns
Type Description
bool
Overrides
HunterJournal_I.HasEntryFor(string)
| Edit this page View Source

HasKilled(string)

Declaration
public override bool HasKilled(string name)
Parameters
Type Name Description
string name
Returns
Type Description
bool
Overrides
HunterJournal_I.HasKilled(string)
| Edit this page View Source

KillsLeft(string)

Declaration
public override int KillsLeft(string name)
Parameters
Type Name Description
string name
Returns
Type Description
int
Overrides
HunterJournal_I.KillsLeft(string)
| Edit this page View Source

RecordKillFor(string)

Declaration
public override void RecordKillFor(string name)
Parameters
Type Name Description
string name
Overrides
HunterJournal_I.RecordKillFor(string)

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