whenNotFlag: Difference between revisions
Jump to navigation
Jump to search
Created page with '; whenNotFlag [<name>] : If this option is set, the block will only be used if a member of the %flags hash with the specified name is not set. This is useful to enable or disable…' |
(No difference)
|
Revision as of 17:01, 30 November 2009
- whenNotFlag [<name>]
- If this option is set, the block will only be used if a member of the %flags hash with the specified name is not 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.