Archael Posted January 18 Share Posted January 18 Is there any list with arguments and parameters i can use in my mod that game understands? Maybe with explanation what said argument does? Link to comment Share on other sites More sharing options...
khzmusik Posted January 19 Share Posted January 19 If you're talking about XML elements, attribute names, and attribute values that you can use, your best bet is to read XML.txt and the comments at the end of buffs.xml. The other XML files may also have comments that explain things as well. If that's not what you mean, then you'll need to be more specific. In programming-speak, the term "argument" means "the value you pass to some kind of procedure" and "parameter" means "the name and type of value that this kind of procedure accepts." They're not any more specific than that. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now