Difference between revisions of "loadPlugins"

From OpenKore Wiki
Jump to navigation Jump to search
m
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|plugin load all]]" command is used.
  
 
{|border="1" cellpadding="2" cellspacing="1"  
 
{|border="1" cellpadding="2" cellspacing="1"  
Line 14: Line 14:
 
|-
 
|-
 
|align=center|2
 
|align=center|2
|Only load plugins that are listed in loadPlugins_list
+
|Only load plugins that are listed in [[loadPlugins_list]]
 
|-
 
|-
 
|align=center|3
 
|align=center|3
|Load all plugins except those listed in skipPlugins_list
+
|Load all plugins except those listed in [[skipPlugins_list]]
 
|}
 
|}
  
 
[[Category:sys.txt]]
 
[[Category:sys.txt]]

Revision as of 10:54, 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