Home
last modified time | relevance | path

Searched refs:LUAh_BossDeath (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dlua_hook.h94 #define LUAh_BossDeath(mo) LUAh_MobjHook(mo, hook_BossDeath) // Hook for A_BossDeath by mobj type macro
H A Dp_enemy.c3964 if (LUAh_BossDeath(mo)) in A_BossDeath()