From 8acbbcbf0126ac262fd8d158e5a6cf6f475036ea Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Tue, 6 Aug 2013 18:56:26 +0100 Subject: [PATCH] Updated definition of plugin priority metadata field. --- docs/BOSS Metadata Syntax.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BOSS Metadata Syntax.html b/docs/BOSS Metadata Syntax.html index feebb9d0..729a630b 100644 --- a/docs/BOSS Metadata Syntax.html +++ b/docs/BOSS Metadata Syntax.html @@ -258,7 +258,7 @@ would be displayed as namestring✓Can be an exact plugin filename or a regular expression plugin filename. If the period that precedes the file extension has been escaped (eg. \.esp, \.esm), the string is treated as a regular expression, otherwise it is treated as an exact filename. enabledboolean✗Enables or disables use of the plugin object. Used for user rules, but no reason to use it in the masterlist. If unspecified, defaults to true. - priorityinteger✗Relative position of plugin to others. Values less than zero cause the plugin to be loaded higher, values greater than zero cause the plugin to be loaded lower. If unspecified, defaults to 0. + priorityinteger✗Relative position of plugin to others that change one or more of the same records. Values less than zero cause the plugin to be loaded higher, values greater than zero cause the plugin to be loaded lower. If unspecified, defaults to 0. afterfile list✗An unordered list of plugins that this plugin must load after, but which are not dependencies. Used for resolving specific compatibility issues and by user rules for specifying custom plugin positions. reqfile list✗An unordered list of files that this plugin requires to be present. If any of these files are missing, an error message will be displayed. Intended for use specifying implicit dependencies, as BOSS will detect a plugin's explicit masters itself. incfile list✗An unordered list of files that this plugin is incompatible with. If any of these files are present, an error message will be displayed.