Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 577 Bytes

GuiConsole.rst

File metadata and controls

31 lines (19 loc) · 577 Bytes

GuiConsole

The on-screen, in-game console.

Inherit:

GuiArrayCtrl

Description

Calls getLog() to get the on-screen console entries, then renders them as needed.

Example:

newGuiConsole()
      {
         //Properties not specific to this control have been omitted from this example.
      };

Methods