Enqueues a character for respawning.
[Visual Basic] Public Sub enqueue_respawn( _ ByVal mc As MonsterCharacter _ ) [C#] public void enqueue_respawn( MonsterCharacter mc ); [C++] public: void enqueue_respawn( MonsterCharacter* mc ); [JScript] public function enqueue_respawn( MonsterCharacter mc );
MapEngine Class | croemud.map Namespace