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