Edit of asset "Developer Console" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Developer Console | |
Description |
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 |
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 |
Category | Tools | |
License | MIT | |
Repository Provider | GitHub | |
Repository Url | https://github.com/jitspoe/godot-console | |
Issues Url | https://github.com/jitspoe/godot-console/issues | |
Godot version | Godot 4.1 | |
Version String | 1.1.1 | 1.0.3 |
Download Commit | d362d0ef09d9afc974796789661d84bf4df155f4 | c1b444efc468f56e6b956c320ce72eb3c523091c |
Download Url (Computed) | https://github.com/jitspoe/godot-console/archive/d362d0ef09d9afc974796789661d84bf4df155f4.zip | https://github.com/jitspoe/godot-console/archive/c1b444efc468f56e6b956c320ce72eb3c523091c.zip |
Icon Url |
https://raw.githubusercontent.com/jitspoe/godot-console/master/godot-console-icon.png
|