Checks whether the character is being removed.
[Visual Basic] Public Function is_dead( _ ByVal me As MonsterEntry _ ) As Boolean [C#] public bool is_dead( MonsterEntry me ); [C++] public: bool is_dead( MonsterEntry* me ); [JScript] public function is_dead( MonsterEntry me ): bool;
true if the monster is being removed, false if the monster is alive, or can be respawned.
NonPlayerManager Class | croemud.manager Namespace