Difference between revisions of "whenFlag"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; whenFlag [<name>] : If this option is set, the block will only be used if a member of the %flags hash with the specified name is set. This is useful to enable or disable a grou…')
 
m
Line 3: Line 3:
  
 
'''''Note.''''' Currently, only plugins or the eval console command could change %flags so this is only useful to developers.
 
'''''Note.''''' Currently, only plugins or the eval console command could change %flags so this is only useful to developers.
 +
 +
[[Category:Self Condition]]

Revision as of 02:06, 9 January 2010

whenFlag [<name>]
If this option is set, the block will only be used if a member of the %flags hash with the specified name is set. This is useful to enable or disable a group of block options easily.

Note. Currently, only plugins or the eval console command could change %flags so this is only useful to developers.