ResetIP
Script function

world.ResetIP

DOC_scripting Read about scripting

Type

Method

Summary

Resets the cached IP address of the world and proxy server

Prototype

void ResetIP();

DOC_data_types View list of data type meanings


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 ...

Functions

FNC_Connect Connect (Connects the world to the MUD server)
FNC_Disconnect Disconnect (Disconnects the world from the MUD server)

(Help topic: function=ResetIP)

DOC_contents Documentation contents page