world.WorldName

MUSHclient script function (Method)

Gets the world's name

Prototype

BSTR WorldName();

Data type meanings

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());

Python example

world.Note(world.WorldName)

Lua example

Note(WorldName())

Return value

Name of the current world.

Related topic

Information

See also

FunctionDescription
WorldAddressReturns the TCP/IP address of the current world.
WorldPortReturns the port number of the current world.