Show all commands
Moderator: Moderators
Show all commands
Not sure if this is possible with LUA yet, but i would like that if i hold shift (with no units selected) that i see all commands like in supcom. I heard there already is a drag and drop commands widget but it's kinda useless if you can't see the commands anyway :)
I haven't played SupCom... what exactly do you mean
by "see all commands"? All build and command buttons?
All slash "/" and dot "." command? What would the feature
be useful for?
If this does relate to build/command buttons, it is possible
to query the command descriptions for units with the SVN
lua interface (Spring.GetUnitCmdDescs(unitID)). If called
from LuaUI, then it will only allow you to see the command
descriptions for allied units (which is all units if spectating in
full-view mode).
by "see all commands"? All build and command buttons?
All slash "/" and dot "." command? What would the feature
be useful for?
If this does relate to build/command buttons, it is possible
to query the command descriptions for units with the SVN
lua interface (Spring.GetUnitCmdDescs(unitID)). If called
from LuaUI, then it will only allow you to see the command
descriptions for allied units (which is all units if spectating in
full-view mode).
Oops, I guess I completely missed the point 
This could be done with lua, but it would be slow.
I think It would be much better to add it as a core
feature, possibly by using the same type of up/down
bindings used by /gameinfo | /gameinfoclose. Would
be nice to activate it for all allied teams as well.

This could be done with lua, but it would be slow.
I think It would be much better to add it as a core
feature, possibly by using the same type of up/down
bindings used by /gameinfo | /gameinfoclose. Would
be nice to activate it for all allied teams as well.
If I saw all units queue instead of only the selected unit queue, then it would become very clogged and messy, and I wouldn't see anything but an unusable scribble.
I'd rather not see the other unit queue unless I specifically ask for it (and a Ctrl A shift do that fine).
SupCom slows down considerably when I make it show all the queues.
I'd rather not see the other unit queue unless I specifically ask for it (and a Ctrl A shift do that fine).
SupCom slows down considerably when I make it show all the queues.