Seven Towers: UCC Reference

USECODE INTRINSICS

bool UI_is_dead(actor npc)
bool npc->is_dead()

Checks if the NPC is dead or alive. This is equivalent to checking if the 'DEAD' flag is set.

Parameters

npcWho we want to check.

Return

Returns true if the NPC is dead, false otherwise.

Related intrinsics

See also