Not
This formula returns the negation of the given bool. ie: If the bool
value returned by the components formula is true, this formula will
return false and vice versa.
JSON Format
{
"type": "not",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the bool value that should be negated. |