Skip to content

Runtime console

Alex Gulko edited this page May 14, 2021 · 2 revisions

Runtime console (RTC)

Purpose

Allows users and developers to run console commands and test stuff without recompiling the program

Structure

All commands should consist of 2 elements: object and command Some commands also require a parameter, which is passed in brackets

Built-in objects

  • rtc (or RTC):
  • help

displays the list of available commands for rtc

  • check

checks whether rtc is working properly, displays a message if so

  • displayFrames, displayPanels, displayContainers, displayObjects

displays the list of names of imported objects

  • stop

stops the rtc, no way to start again without being started from code

  • ion (or ION):
  • verson

displays current engine version

Clone this wiki locally