utils.activatenotepad

Actvitates the specified notepad window

Prototype

utils.activatenotepad (title)

Description

Activates 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.activatenotepad ("Debugging")



Returns true if successful, false if unsuccessful. (It would be false if the notepad did not exist).

Lua functions

Topics