world.GetNotes
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());
Python example
world.note(world.GetNotes)
Lua example
Note(GetNotes())
Return value
Notes for current world.
Related topic
See also
| Function | Description |
|---|---|
| SetNotes | Sets the notes for the world. |