Message range information for the expanded message system. More...
#include <hack_manifest.h>
Classes | |
| struct | Source |
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 |
| std::optional< Source > | source |
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 102 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| uint32_t yaze::core::MessageLayout::data_start |
Definition at line 103 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString(), yaze::editor::SyncMessageSource(), and yaze::editor::anonymous_namespace{message_source_sync.cc}::ValidateLayoutAndGetCapacity().
| uint32_t yaze::core::MessageLayout::data_end |
Definition at line 104 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString(), yaze::editor::SyncMessageSource(), and yaze::editor::anonymous_namespace{message_source_sync.cc}::ValidateLayoutAndGetCapacity().
| uint16_t yaze::core::MessageLayout::first_expanded_id |
| uint16_t yaze::core::MessageLayout::last_expanded_id |
| int yaze::core::MessageLayout::expanded_count |
Definition at line 107 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString(), yaze::editor::SyncMessageSource(), and yaze::editor::anonymous_namespace{message_source_sync.cc}::ValidateLayoutAndGetCapacity().
| int yaze::core::MessageLayout::vanilla_count |
Definition at line 108 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| std::optional<Source> yaze::core::MessageLayout::source |
Definition at line 109 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString(), and yaze::editor::SyncMessageSource().