-
Notifications
You must be signed in to change notification settings - Fork 3
ConditionIsFalse
Søren Granfeldt edited this page Dec 29, 2019
·
2 revisions
This condition returns true if the value of the metaverse attribute is present and false. If no value is present in the specific metaverse attribute, false is returned and the condition is not met.
<ConditionBase xsi:type="ConditionIsFalse">
<Description>isExpelled must be present and false</Description>
<MVAttribute>isExpelled</MVAttribute>
</ConditionBase>
Requires version 1.1 or later