utils.appendtonotepad

Appends text to the specified notepad window

Prototype

utils.appendtonotepad (title, message, replace)

Description

Appends text to the nominated notepad window, which does not belong to any world.

This is intended to be used for debugging or displaying information (eg. during development of localization scripts) in a notepad window, which is not related to any particular world.


eg.

utils.appendtonotepad ("Debugging", "Loaded 10 files", false)


Returns true if successful, false if unsuccessful.

Lua functions

Topics