LuaIncompleteFactQualifier Methods
A LuaIncompleteFactQualifier
object is a qualifier for a property of an incomplete fact.
If you have a LuaIncompleteFactQualifier
object called quals
, you can call its methods by using the ':
' operator. For example:
quals:getNegated()
Method | Description |
---|---|
getCode | Returns an array of the codes for this qualifier. |
getNegated | Returns if this qualifier is a negative qualifier (that is, something that you do not want to match. |
getVal | Returns an array of the values for this qualifier. |