mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-03 16:13:36 +08:00
feat(Pointers): Added ReplayInterface
This commit is contained in:
parent
4c3678f2fc
commit
9e7e5e2fb7
@ -122,6 +122,11 @@ namespace big
|
||||
{
|
||||
m_get_event_data = ptr.sub(28).as<decltype(m_get_event_data)>();
|
||||
});
|
||||
|
||||
main_batch.add("Replay Interface", "48 8D 0D ? ? ? ? 48 8B D7 E8 ? ? ? ? 48 8D 0D ? ? ? ? 8A D8 E8 ? ? ? ? 84 DB 75 13 48 8D 0D", [this](memory::handle ptr)
|
||||
{
|
||||
m_replay_interface = ptr.add(3).rip().as<CReplayInterface**>();
|
||||
});
|
||||
|
||||
main_batch.run(memory::module(nullptr));
|
||||
|
||||
|
@ -19,6 +19,7 @@ namespace big
|
||||
|
||||
CPedFactory **m_ped_factory{};
|
||||
CNetworkPlayerMgr **m_network_player_mgr{};
|
||||
CReplayInterface **m_replay_interface{};
|
||||
|
||||
rage::scrNativeRegistrationTable *m_native_registration_table{};
|
||||
functions::get_native_handler_t m_get_native_handler{};
|
||||
|
Loading…
x
Reference in New Issue
Block a user