Overloaded ccmds are now in and working. Split the "help" ccmd into two to test this functionality. ccmd "help""s" moved to con_data.c However, the implementation is currently limited in that only a differing number of parameters is taken into account in order to resolve ambiguities. I'll address parameter data type signatures at a latter date as/when needed.
Overloaded ccmds are now in and working.
Split the "help" ccmd into two to test this functionality. ccmd "help""s" moved to con_data.c
However, the implementation is currently limited in that only a differing number of parameters is taken into account in order to resolve ambiguities. I'll address parameter data type signatures at a latter date as/when needed.