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

Way to override help?

Open TJRklaassen opened this issue 6 years ago • 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?

TJRklaassen avatar Jul 21 '19 19:07 TJRklaassen

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

TJRklaassen avatar Jul 24 '19 02:07 TJRklaassen

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

StrongJoshua avatar Aug 17 '19 21:08 StrongJoshua

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.

TJRklaassen avatar Aug 20 '19 11:08 TJRklaassen

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

StrongJoshua avatar Aug 24 '19 21:08 StrongJoshua