Message range information for the expanded message system. More...
#include <hack_manifest.h>
Public Attributes | |
| uint32_t | hook_address |
| uint32_t | data_start |
| uint32_t | data_end |
| uint16_t | first_expanded_id |
| uint16_t | last_expanded_id |
| int | expanded_count |
| int | vanilla_count |
Message range information for the expanded message system.
Definition at line 94 of file hack_manifest.h.
| uint32_t yaze::core::MessageLayout::hook_address |
Definition at line 95 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| uint32_t yaze::core::MessageLayout::data_start |
Definition at line 96 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| uint32_t yaze::core::MessageLayout::data_end |
Definition at line 97 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| uint16_t yaze::core::MessageLayout::first_expanded_id |
Definition at line 98 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::IsExpandedMessage(), and yaze::core::HackManifest::LoadFromString().
| uint16_t yaze::core::MessageLayout::last_expanded_id |
Definition at line 99 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::IsExpandedMessage(), and yaze::core::HackManifest::LoadFromString().
| int yaze::core::MessageLayout::expanded_count |
Definition at line 100 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| int yaze::core::MessageLayout::vanilla_count |
Definition at line 101 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().