WoW:XML/SCRIPTINHERITTYPE: Difference between revisions

m
Move page script moved page XML/SCRIPTINHERITTYPE to WoW:XML/SCRIPTINHERITTYPE without leaving a redirect
m (Move page script moved page XML/SCRIPTINHERITTYPE to WoW:XML/SCRIPTINHERITTYPE without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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 ==
Anonymous user