From 594a202f25cd66d221179fc832924cfa6290fa94 Mon Sep 17 00:00:00 2001 From: TarCV <2857607+TarCV@users.noreply.github.com> Date: Mon, 4 May 2020 01:19:50 +0300 Subject: [PATCH] Add ArraySet to the definitions --- botc_defs.bts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/botc_defs.bts b/botc_defs.bts index 07ae6d4..313b146 100644 --- a/botc_defs.bts +++ b/botc_defs.bts @@ -102,6 +102,13 @@ funcdef void 90:SayFromChatLump (str section); funcdef bool 91:ChatSectionExistsInLump (str lump, str section); funcdef bool 92:ChatSectionExistsInChatLump (str section); +// ============================================================================= +// +// Builtin function definitions +// Syntax: funcdef : () +// +builtindef void 70:ArraySet (int array, int value, int numBytes); + // ============================================================================= // // Events: