Backported three game hooks from 4.1:

* USEANIMOBJ, EXPLOSIVETIMER, DESCRIPTIONOBJ

Updated documents and example mods
This commit is contained in:
NovaRain
2022-11-27 09:27:46 +08:00
parent 4f34217625
commit 7ecdfe362f
14 changed files with 249 additions and 0 deletions
+3
View File
@@ -57,6 +57,9 @@
#define HOOK_SETGLOBALVAR (29)
#define HOOK_RESTTIMER (30)
#define HOOK_GAMEMODECHANGE (31)
#define HOOK_USEANIMOBJ (32)
#define HOOK_EXPLOSIVETIMER (33)
#define HOOK_DESCRIPTIONOBJ (34)
// Valid arguments to list_begin
#define LIST_CRITTERS (0)