
Publisher
mediocracy
Simply Console
A simple in-game console that lets both the player and the developer use custom commands that call set functions from specific objects with a focus on being as light weight and simple as possible. Features: - Custom commands to call set functions on any object - Multiple argument type support - Keywords to access specific objects directly - Permission levels and cheats to restrict command access - Graphical editor plugin for creating and editing commands - Module system with included modules ...
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Simply Console for Godot 4
Simply Console is an in-game console window focused on being usable by players not just the developer.
Usage
Since the console is made to be accessible by players, it does not have the ability to execute arbitrary pieces of code. Instead, custom commands are used to execute existing methods from any object inside of the game.
The console can also be directly printed to to display errors, warnings or general messages.
Current Features
Custom commands to call set functions on any object
Multiple argument type support
String int float bool Vector2 & Vector2i Vector3 & Vector3i Object
Keywords to access specific objects directly
Permission levels and cheats to restrict command access
Graphical editor plugin for creating and editing commands
Module system with included modules
Object Picker Property Viewer
Print functions
Command history
Command suggestions