Name GetNotes
Type Method
Summary Gets the world's notes
Prototype BSTR GetNotes();
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());
Returns Notes for current world.

See also ...