From b149abc34ebffcd2878e1de9b92631cc4d764583 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sat, 22 Feb 2025 09:08:49 +0100 Subject: [PATCH] luarc global markings --- .luarc.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.luarc.json b/.luarc.json index e97b3af..bcd4f4d 100644 --- a/.luarc.json +++ b/.luarc.json @@ -10,7 +10,13 @@ "arg7", "arg8", "arg9", - "event" + "event", + "SetBinding", + "SetCVar", + "MultiActionBar_Update", + "SetActionBarToggles", + "SaveBindings", + "SlashCmdList" ], "runtime.version": "Lua 5.1", "type.inferParamType": true,