Cronous Emulation Server Daemon

NonPlayerManager.is_dead Method 

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;

Parameters

me
The monster entry.

Return Value

true if the monster is being removed, false if the monster is alive, or can be respawned.

See Also

NonPlayerManager Class | croemud.manager Namespace