[Enhancement Request] Variable use in search pattern
Electrocutor opened this issue · 0 comments
Electrocutor commented
@part[*]:HAS[@module[ModulePartVariants]:HAS[@variant:HAS[@gameObjects]]] {
@module[ModulePartVariants] {
+VARIANT[#$baseVariant$] {
In the above example, the value of baseVariant from the current node (which is MODULE { name = ModulePartVariants }) would be used to find a VARIANT node with that name.