mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-08 18:33:37 +08:00
feat(FunctionTypes): Updated trigger_script_event function def
This commit is contained in:
parent
040b2a8882
commit
350d1733ea
@ -16,7 +16,7 @@ namespace big::functions
|
|||||||
using gta_thread_tick = __int64(GtaThread* a1, unsigned int a2);
|
using gta_thread_tick = __int64(GtaThread* a1, unsigned int a2);
|
||||||
using gta_thread_kill = __int64(GtaThread* a1);
|
using gta_thread_kill = __int64(GtaThread* a1);
|
||||||
|
|
||||||
using trigger_script_event = int(int unk0, int* args, int argCount, int bitFlags);
|
using trigger_script_event = void(int event_group, int* args, int arg_count, int player_bits);
|
||||||
|
|
||||||
using increment_stat_event = bool(uint64_t net_event_struct, int64_t sender, int64_t a3);
|
using increment_stat_event = bool(uint64_t net_event_struct, int64_t sender, int64_t a3);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user