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