FFXIVLIB
0.4.1
FFXIVLIB is a library designed to help creating 3rd party tools for FFXIV
|
Classes | |
struct | INVENTORY |
Structure holding all the pointers to different subarrays. More... | |
class | InventoryBuilder |
Basic container for our list of items. More... | |
struct | INVENTORYCONTAINER |
struct | ITEM |
Structure representing an item More... | |
Public Member Functions | |
Inventory (INVENTORY structure, IntPtr address) | |
![]() | |
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 | |
![]() | |
IntPtr | Address [get, set] |
Address of object in FFXIV memory space. More... | |
TU | Structure [get, set] |
Structure related to object. More... | |