SDK changes

Ahh, yeah didn't think about that. What if there are two or more modules with new commands? How does the ordering go then you think. Alphabetically according to module maybe?

I would guess so, assuming it loads modules alphabetically (and I don't know how else it would load them).

But I think for commands it might be better not to use modules, since if you remove the module you'll remove the command from the XML, but you can't remove the command from the DLL.
 
Back
Top Bottom