mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
Update scrNativeCallContext (#171)
This commit is contained in:
parent
7dee5c78f9
commit
bc9fd19716
@ -51,9 +51,10 @@ namespace rage
|
|||||||
std::uint32_t m_arg_count;
|
std::uint32_t m_arg_count;
|
||||||
void* m_args;
|
void* m_args;
|
||||||
std::int32_t m_data_count;
|
std::int32_t m_data_count;
|
||||||
std::uint32_t m_data[48];
|
rage::scrValue* m_orig[4];
|
||||||
|
rage::fvector4 m_buffer[4];
|
||||||
};
|
};
|
||||||
static_assert(sizeof(scrNativeCallContext) == 0xE0);
|
static_assert(sizeof(scrNativeCallContext) == 0x80);
|
||||||
|
|
||||||
using scrNativeHash = std::uint64_t;
|
using scrNativeHash = std::uint64_t;
|
||||||
using scrNativePair = std::pair<scrNativeHash, scrNativeHash>;
|
using scrNativePair = std::pair<scrNativeHash, scrNativeHash>;
|
||||||
|
Loading…
Reference in New Issue
Block a user