Home
last modified time | relevance | path

Searched refs:CheckOnDeath (Results 1 – 3 of 3) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.h584 bool CheckOnDeath();
H A DActor.cpp5723 bool Actor::CheckOnDeath() in CheckOnDeath() function in GemRB::Actor
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DMap.cpp2706 if (actor->CheckOnDeath()) { in GenerateQueues()