Developer Console 1.1.1 Tools 4.1 Community
Submitted by user jitspoe; MIT; 2024-11-02
Console that can drop down with the ~ key, as seen in games like Quake, that allows developer to add commands to quickly test things.
Simply use "Console.add_command("command_name", <function>, <num_parameters>)" to add console commands! Parameters are passed in as strings.
Other useful settings:
Console.enable_on_release_build
Console.pause_enabled
Console.enabled
And signals you can connect to:
console_opened
console_closed
console_unknown_command
View files Download Submit an issue Recent Edits