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
Public Member Functions | Properties | List of all members
ffxivlib.Chatlog.Entry Class Reference

Public Member Functions

 Entry (byte[] raw)
 Builds a chatlog entry out of a byte array The implementation is sketchy at best but it should be reliable enough More...
 

Properties

byte[] Raw [get, set]
 
DateTime Timestamp [get, set]
 
string Code [get, set]
 
string Text [get, set]
 
string RawString [get, set]
 
byte[] RawModified [get, set]
 

Constructor & Destructor Documentation

ffxivlib.Chatlog.Entry.Entry ( byte[]  raw)

Builds a chatlog entry out of a byte array The implementation is sketchy at best but it should be reliable enough

Parameters
rawThe array to process

The documentation for this class was generated from the following file: