RuleSet#
(Rule Set)
- Default object name:
rule_set
- Inherits from: ProjectItem
Description#
Object containing a set of rules.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
string |
rules |
VISUAL_HINT_MULTILINE |
Define the rules that target items. This field supports multiple rules. |
string |
filter |
VISUAL_HINT_TAG |
Define the class (or type) of the items to target. |
reference (RuleSet ) |
inputs |
VISUAL_HINT_DEFAULT |
Define children Rule Sets. |
CID#
class "RuleSet" "ProjectItem" {
#version 0.9
icon "../icons/object_icons/search_path.iconrc"
doc "Object containing a set of rules."
aliases "ProjectRuleSet"
multiline "rules" {
doc "Define the rules that target items. This field supports multiple rules."
value ""
}
list<tag> "filter" {
doc "Define the class (or type) of the items to target."
value <empty>
}
list<reference> "inputs" {
doc "Define children Rule Sets."
filter "RuleSet"
dirtiness_pass_through yes
value <empty>
}
}