| 
| 
  | Chatlog (CHATLOGINFO structure, IntPtr address) | 
|   | 
| bool  | IsNewLine () | 
|   | Is there a new line?  More...
  | 
|   | 
| List< Entry >  | GetChatLogLines () | 
|   | This returns a copy of our buffer, and clear it.  More...
  | 
|   | 
| virtual void  | Modify< TX > (string field, TX value) | 
|   | This function computes the address inside FFXIV process space to be modified for a given field and then modifies it. This will be deprecated with proper setters.  More...
  | 
|   | 
| virtual void  | Refresh () | 
|   | This refreshes the instance It may have unexpected behavior if address changes. This will be deprecated with proper getters.  More...
  | 
|   | 
      
        
          | List<Entry> ffxivlib.Chatlog.GetChatLogLines  | 
          ( | 
           | ) | 
           | 
        
      
 
This returns a copy of our buffer, and clear it. 
- Returns
 - List of Entry instances
 
 
 
      
        
          | bool ffxivlib.Chatlog.IsNewLine  | 
          ( | 
           | ) | 
           | 
        
      
 
Is there a new line? 
- Returns
 
 
 
The documentation for this class was generated from the following file: