StrongJoshua/libgdx-inGameConsole

Way to override help?

Opened this issue · 4 comments

I would like to override help and create my own help list with a better explanation for each command. Is this possible? Or is it possible to give the commands a description in help?

Nvm I got it already, I just extended GUIConsole and overrode printCommands()

You can also use the annotations for setting command information. See here.

You can also use the annotations for setting command information. See here.

I know, but this doesn't satisfy my needs. Especially when a command has a bunch of different parameters. Your help method will log the command multiple times.

Could you provide an example? Maybe there's a way I can fix it.