I would be more open but I really have no idea about any of this.
Besides, if other people were more open I wouldn't have to ask how to dump the command list.
Then your question does not go anywhere.
By the way, I'm highly interested, why are you trying to hide the code you found? In what way does this benefit you?
I never found a code, but in Source Engine there's a command called "Cvarlist" that automatically dumps the command list but it doesn't work in Vindictus.
Plus, all I'm interested in is how to actually use the C++ code in the game. PM me and I'll tell you the real reason why I'm asking.
My previous request doesn't matter anymore; googled your code and browsed through the thread.
For I have no knowledge of source engine, I don't know if the commands are contained in a similar hierarchy as these weapons. So this code may not be of value regarding the question.
"cvarlist" command yields console variables.
To get console commands there is "find".
For example, find cs_ will list all commands starting with cs_ (cs_*).