Abstract base class for various objects
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...
|
| |
Abstract base class for various objects
- Template Parameters
-
| virtual void ffxivlib.BaseObject< TU >.Modify< TX > |
( |
string |
field, |
|
|
TX |
value |
|
) |
| |
|
virtual |
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.
- Template Parameters
-
| TX | Type of the value to modify, stick to base types |
- Parameters
-
| field | Name of the structure field to modify |
| value | Value to assign to field |
| virtual void ffxivlib.BaseObject< TU >.Refresh |
( |
| ) |
|
|
virtual |
This refreshes the instance It may have unexpected behavior if address changes. This will be deprecated with proper getters.
| IntPtr ffxivlib.BaseObject< TU >.Address |
|
getset |
Address of object in FFXIV memory space.
| TU ffxivlib.BaseObject< TU >.Structure |
|
getset |
Structure related to object.
The documentation for this class was generated from the following file: