Cronous Emulation Server Daemon

MapEngine.enqueue_respawn Method 

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
);

See Also

MapEngine Class | croemud.map Namespace