Backported three more hooks from 4.1:

* USESKILLON, ONEXPLOSION, SETLIGHTING.

Backported PartyMemberSkillFix option from 4.1.
Updated documents.
This commit is contained in:
NovaRain
2022-12-01 08:41:05 +08:00
parent bb13e3f219
commit 67b46cd4a6
15 changed files with 338 additions and 7 deletions
+4
View File
@@ -60,6 +60,10 @@
#define HOOK_USEANIMOBJ (32)
#define HOOK_EXPLOSIVETIMER (33)
#define HOOK_DESCRIPTIONOBJ (34)
#define HOOK_USESKILLON (35)
#define HOOK_ONEXPLOSION (36)
//#define HOOK_SUBCOMBATDAMAGE (37) // unimplemented
#define HOOK_SETLIGHTING (38)
#define HOOK_SNEAK (39)
#define HOOK_STDPROCEDURE (40)
#define HOOK_STDPROCEDURE_END (41)