feat(FunctionTypes): Updated trigger_script_event function def

This commit is contained in:
Yimura 2021-12-22 19:33:54 +01:00
parent 040b2a8882
commit 350d1733ea

View File

@ -16,7 +16,7 @@ namespace big::functions
using gta_thread_tick = __int64(GtaThread* a1, unsigned int a2);
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);