world.ResetIP
Resets the cached IP address of the world and proxy server
Prototype
void ResetIP();
Description
Call this function to reset the internal copy of the world's IP address, saved after looking up its domain name.
This would be useful if you connect to worlds that frequenly change their address, otherwise the old (cached) one would be used when you connect to the world the second and subsequent times.
VBscript example
ResetIP
Jscript example
ResetIP ()
Lua example
ResetIP ()
Return value
Nothing.
See also
| Function | Description |
|---|---|
| Connect | Connects the world to the MUD server |
| Disconnect | Disconnects the world from the MUD server |