FFXIVLIB  0.4.1
FFXIVLIB is a library designed to help creating 3rd party tools for FFXIV
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Classes | Public Member Functions | List of all members
ffxivlib.Chatlog Class Reference
Inheritance diagram for ffxivlib.Chatlog:
ffxivlib.BaseObject< TU >

Classes

struct  CHATLOGINFO
 
class  Entry
 

Public Member Functions

 Chatlog (CHATLOGINFO structure, IntPtr address)
 
bool IsNewLine ()
 Is there a new line? More...
 
List< EntryGetChatLogLines ()
 This returns a copy of our buffer, and clear it. More...
 
- Public Member Functions inherited from ffxivlib.BaseObject< TU >
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...
 

Additional Inherited Members

- Properties inherited from ffxivlib.BaseObject< TU >
IntPtr Address [get, set]
 Address of object in FFXIV memory space. More...
 
TU Structure [get, set]
 Structure related to object. More...
 

Member Function Documentation

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: