“addons/escoria-core/game/scenes/esc_prompt/esc_prompt_popup.gd”

Extends: Window

Description

A debug window which can run esc commands

Constants

COMMANDS_HISTORY_LENGTH

const COMMANDS_HISTORY_LENGTH = 20

The maximum number of commands to keep in history

Members

commands_history

var commands_history: PackedStringArray

History of typed commands

commands_history_current_id

var commands_history_current_id: int

The current index in the command history

past_actions

var past_actions: Variant

Reference to the past actions display

command

var command: Variant

Reference to the command input

Methods