Skip to content
luaye edited this page Mar 21, 2015 · 1 revision

#summary List of Console addons

Addons are located in samples/addons/com/junkbyte/console/addons These add functionality on top of base console. They are not compiled as part of SWC package at the moment as some may require additional libraries.

==Display Map==

  • Displays a panel mapping the display tree/map.
  • Start from code: DisplayMapAddon.start();
  • Add to menu: DisplayMapAddon.addToMenu();
  • Register to commandLine: DisplayMapAddon.registerCommand(); use /mapdisplay, starts mapping from current command scope.

==HTML Export==

==Command Prompt==

==CommandLine Auto focus==

  • Sets focus to commandLine input field whenever Console becomes visible, e.g after entering password key.
Clone this wiki locally