depends"
From Documentation
m (correct highlight (via JWB)) |
|||
Line 4: | Line 4: | ||
<depends>''a_list_of_addon_names''</depends> | <depends>''a_list_of_addon_names''</depends> | ||
− | It specifies | + | It specifies which language addons this addon depends on. If specified, this addon will be parsed after all the specified addons are parsed. Notice that even the dependent addon is missing, the current addon file is still parsed. |
Example, | Example, |
Revision as of 11:51, 21 October 2022
Syntax:
<depends>a_list_of_addon_names</depends>
It specifies which language addons this addon depends on. If specified, this addon will be parsed after all the specified addons are parsed. Notice that even the dependent addon is missing, the current addon file is still parsed.
Example,
<depends>zkex, zkmax</depends>
which means this addon won't be parsed until both zkex
and zkmax
are parsed.
Version History
Version | Date | Content |
---|---|---|