world.GetNotes

MUSHclient script function (Method)

Gets the world's notes

Prototype

BSTR GetNotes();

Data type meanings

Description

This returns the notes for the current world.

See also SetNotes.

VBscript example

world.note world.getnotes

Jscript example

world.note(world.GetNotes());

PerlScript example

$world->note($world->GetNotes());

Python example

world.note(world.GetNotes)

Lua example

Note(GetNotes())

Return value

Notes for current world.

Related topic

Information

See also

FunctionDescription
SetNotesSets the notes for the world.