* Registers a [Creature] event handler. * * * enum CreatureEvents * { * CREATURE_EVENT_ON_ENTER_COMBAT = 1, // (event, creature, target) - Can return true to stop normal action * CREATURE_EVENT_ON_LEAVE_COMBAT = 2, // (event, creature) - Can return true to stop normal action * CREATURE_EVENT_ON_TARGET_DIED
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected