Class HunterJournal_I
Inheritance
HunterJournal_I
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
|
Edit this page
View Source
HasKilled(string)
Declaration
public abstract bool HasKilled(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
|
Edit this page
View Source
KillsLeft(string)
Declaration
public abstract int KillsLeft(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
|
Edit this page
View Source
RecordKillFor(string)
Declaration
public abstract void RecordKillFor(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Implements
Extension Methods