Name WorldName
Type Method
Summary Gets the world's name
Prototype BSTR WorldName();
Description This returns the name of the current world.
VBscript example
world.note world.WorldName
Jscript example
world.Note(world.WorldName());
PerlScript example
$world->Note($world->WorldName());
Returns Name of the current world.

See also ...