Name WorldAddress
Type Method
Summary Returns the TCP/IP address of the current world.
Prototype BSTR WorldAddress();
Description Returns the TCP/IP address of the current world.
VBscript example
world.note world.WorldAddress
Jscript example
world.Note(world.WorldAddress());
PerlScript example
$world->Note($world->WorldAddress());
Returns TCP/IP address of the current world.

See also ...