Name Version
Type Method
Summary Gets the MUSHclient version string.
Prototype BSTR WorldName();
Description This returns the MUSHclient version string. This is usually a "number" like "3.10" but might have letters appended if it is a beta or test version (eg. "3.10.2" or "3.10p22").
VBscript example
world.note world.Version
Jscript example
world.Note(world.Version());
PerlScript example
$world->Note($world->Version());
Returns MUSHclient version string.