Update scrNativeCallContext (#171)
This commit is contained in:
parent
df0def702d
commit
46c1c63396
@ -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…
x
Reference in New Issue
Block a user