From 8e14b14664b978a122273072b3c8a6abe1892d4d Mon Sep 17 00:00:00 2001 From: Yimura Date: Wed, 22 Dec 2021 19:33:54 +0100 Subject: [PATCH] feat(FunctionTypes): Updated trigger_script_event function def --- BigBaseV2/src/function_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigBaseV2/src/function_types.hpp b/BigBaseV2/src/function_types.hpp index e414d134..3a77fcc9 100644 --- a/BigBaseV2/src/function_types.hpp +++ b/BigBaseV2/src/function_types.hpp @@ -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);