WoW:XML/SCRIPTINHERITTYPE: Difference between revisions

Line 4: Line 4:


== Values ==
== Values ==
* nil - override any inherited scripts, other scripts will not be run
* prepend - run this script before any other previously inherited scripts
* prepend - run this script before any other previously inherited scripts
* append - run this script after any other previously inherited scripts
* append - run this script after any other previously inherited scripts
* none - no inheritance, same as 'nil' above
* none - (default) no inheritance. override any inherited scripts, other scripts will not be run


== Xsd ==
== Xsd ==