world.Disconnect
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();
Python example
world.disconnect
Lua example
Disconnect()
Return value
eWorldClosed: world is already closed
eOK: disconnected OK
See also
| Function | Description |
|---|---|
| Connect | Connects the world to the MUD server |
| IsConnected | Tests to see if the world is connected to the MUD server |