Skip to content
/ GDsh Public

Plugin for adding in-game console to Godot Engine 4 projects

License

Notifications You must be signed in to change notification settings

USBashka/GDsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GDsh Made with Godot

GDsh is simple console shell for adding to your game.

It allows you easily create new commands and have a nice interface.

image

Using

Add commands via GDsh.add_command(name, function, short_desc, description) method.

  • name is command itself
  • function is associated callable (right now MUST have args (Array) parameter)
  • short_desc is description showed in commands list (optional)
  • description is full description that showed when help <name> used (optional)

About

Plugin for adding in-game console to Godot Engine 4 projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published