Name WorldPort
Type Method
Summary Returns the port number of the current world.
Prototype long WorldPort();
Description Returns the port number of the current world.
VBscript example
world.note world.WorldPort
Jscript example
world.Note(world.WorldPort());
PerlScript example
$world->Note($world->WorldPort());
Returns Port number of the current world.

See also ...