| Connect |
|---|
| Script function world.Connect
Read about scriptingType Method Summary Connects the world to the MUD server Prototype long Connect();
View list of data type meaningsDescription This connects the current world. Note that since connecting is "asynchronous" you are not actually connected when this command completes. A return value of eOK simply means that the connection process has successfully started.VBscript example Jscript example PerlScript example Python example Lua example Return value
View list of return code meaningsSee Also ... Functions
Disconnect (Disconnects the world from the MUD server)
IsConnected (Tests to see if the world is connected to the MUD server)
ResetIP (Resets the cached IP address of the world and proxy server)(Help topic: function=Connect)
Documentation contents page |