Register forum user name Search FAQ

Disconnect

Script function

world.Disconnect

Read about scripting

Type

Method

Summary

Disconnects the world from the MUD server

Prototype

long Disconnect();

View list of data type meanings

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

View list of return code meanings

See Also ...

Functions

(Connect) Connects the world to the MUD server
(IsConnected) Tests to see if the world is connected to the MUD server

(Help topic: function=Disconnect)

Documentation contents page


Search ...

Enter a search string to find matching documentation.

Search for:   

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.