Name Disconnect
Type Method
Summary Disconnects the world from the MUD server
Prototype long Disconnect();
Description This disconnects from the current world. (ie. It disconnects from the MUD server).
VBscript example
world.disconnect
Jscript example
world.disconnect();
PerlScript example
$world->disconnect();
Returns eWorldClosed: world is already closed
eOK: disconnected OK

See also ...