Skip to content

Commit

Permalink
fix: add new opcodes to CodeTasklet (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita authored Oct 30, 2023
1 parent 5bdc058 commit 96ea295
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CommonLibSF/include/RE/C/CodeTasklet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96ea295

Please sign in to comment.