Module blitwizard.console

This is an ingame developer console.

Press F9 to open. The console allows arbitrary code execution! (That is the point of it!)

Hence you might want to disable it in your final game with blitwizard.console.disable.

You can explicitely request the console to open using blitwizard.console.open.

Keep in mind when releasing your game: please note this module is implemented in the blitwizard templates, so it is unavailable if you don't ship the templates with your game.

Info:

  • Copyright: 2013
  • License: zlib
  • Author: Jonas Thiem (jonas.thiem@gmail.com)

Functions

open () Open up the developer console by explicit request (it can also be opened by simply pressing F9).
disable () Disable the console completely.
print () Print something to the console (works similar to Lua's print)


Functions

open ()
Open up the developer console by explicit request (it can also be opened by simply pressing F9).
disable ()
Disable the console completely. If it is currently open, it will be force-closed.

You might want to do this in your final release.

print ()
Print something to the console (works similar to Lua's print)
generated by LDoc 1.3.11