From 96ea295be12e42873be323ecb42be87e368daafe Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:06:25 -0700 Subject: [PATCH] fix: add new opcodes to CodeTasklet (#213) --- CommonLibSF/include/RE/C/CodeTasklet.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CommonLibSF/include/RE/C/CodeTasklet.h b/CommonLibSF/include/RE/C/CodeTasklet.h index c100f690..5159a768 100644 --- a/CommonLibSF/include/RE/C/CodeTasklet.h +++ b/CommonLibSF/include/RE/C/CodeTasklet.h @@ -64,7 +64,13 @@ namespace RE::BSScript kARRAY_INSERT, kARRAY_REMOVELAST, kARRAY_REMOVE, - kARRAY_CLEAR + kARRAY_CLEAR, + // added in Fallout 76 + kARRAY_GETALLMATCHINGSTRUCTS, + // New in Starfield + kLOCK_GUARDS, + kUNLOCK_GUARDS, + kTRY_LOCK_GUARDS, }; enum class ResumeReason