Difference between revisions of "loadPlugins"

From OpenKore Wiki
Jump to navigation Jump to search
m (Created page with '; loadPlugins [<0|1|2|3>] : This option controls loading of plugins at startup or when the "plugin load all" command is used. Category:sys.txt')
 
m
Line 1: Line 1:
 
; loadPlugins [<0|1|2|3>]
 
; loadPlugins [<0|1|2|3>]
 
: This option controls loading of plugins at startup or when the "plugin load all" command is used.
 
: This option controls loading of plugins at startup or when the "plugin load all" command is used.
 +
 +
{|border="1" cellpadding="2" cellspacing="1"
 +
|- style=background-color:#F9F9F9;
 +
!Value
 +
!Description
 +
|-
 +
|align=center|0
 +
|Do not load plugins
 +
|-
 +
|align=center|1
 +
|Load all plugins
 +
|-
 +
|align=center|2
 +
|Only load plugins that are listed in loadPlugins_list
 +
|-
 +
|align=center|3
 +
|Load all plugins except those listed in skipPlugins_list
 +
|}
  
 
[[Category:sys.txt]]
 
[[Category:sys.txt]]

Revision as of 10:53, 15 December 2009

loadPlugins [<0|1|2|3>]
This option controls loading of plugins at startup or when the "plugin load all" command is used.
Value Description
0 Do not load plugins
1 Load all plugins
2 Only load plugins that are listed in loadPlugins_list
3 Load all plugins except those listed in skipPlugins_list