libgdx-inGameConsole icon indicating copy to clipboard operation
libgdx-inGameConsole copied to clipboard

Support programatically registered commands

Open dzikoysk opened this issue 5 years ago • 2 comments

Hey, could you provide a possibility to register multiple command executors/support programmatically registered commands through the Console API? ❤️

At this moment we can only use one command executor per instance. It works for some simple utilities, but it's not enough for a greater projects with a bunch of commands and component based layout. You can just collect their instances by e.g. addCommandExecutor instead of setCommandExecutor, it would be very helpful :)

dzikoysk avatar Aug 29 '20 23:08 dzikoysk

That sounds useful! If you have the time, you can submit a pull request yourself, otherwise I will try to get to it soon.

StrongJoshua avatar Sep 04 '20 22:09 StrongJoshua

Unfortunately I don't have enough time to develop this project :(

dzikoysk avatar Sep 05 '20 11:09 dzikoysk