depends"

From Documentation
Line 4: Line 4:
 
  <depends>''a_list_of_addon_names''</depends>
 
  <depends>''a_list_of_addon_names''</depends>
  
It specifies what language addons this addon depends on. If specified, this addon will be parsed after all the specified addons are parsed.
+
It specifies what 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,
Line 13: Line 13:
  
 
which means this addon won't be parsed until both <tt>zkex</tt> and <tt>zkmax</tt> are parsed.
 
which means this addon won't be parsed until both <tt>zkex</tt> and <tt>zkmax</tt> are parsed.
 +
 
=Version History=
 
=Version History=
 
{{LastUpdated}}
 
{{LastUpdated}}

Revision as of 09:08, 11 January 2021


Syntax:

<depends>a_list_of_addon_names</depends>

It specifies what 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

Last Update : 2021/01/11


Version Date Content
     



Last Update : 2021/01/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.