Added Faint event C Interface.
This commit is contained in:
parent
06336c64cd
commit
314b8997be
|
@ -17,3 +17,5 @@ SIMPLE_GET_FUNC(DamageEvent, GetNewHealth, uint32_t);
|
||||||
SIMPLE_GET_FUNC(HealEvent, GetCreature, Creature*);
|
SIMPLE_GET_FUNC(HealEvent, GetCreature, Creature*);
|
||||||
SIMPLE_GET_FUNC(HealEvent, GetOriginalHealth, uint32_t);
|
SIMPLE_GET_FUNC(HealEvent, GetOriginalHealth, uint32_t);
|
||||||
SIMPLE_GET_FUNC(HealEvent, GetNewHealth, uint32_t);
|
SIMPLE_GET_FUNC(HealEvent, GetNewHealth, uint32_t);
|
||||||
|
|
||||||
|
SIMPLE_GET_FUNC(FaintEvent, GetCreature, Creature*);
|
||||||
|
|
Loading…
Reference in New Issue