IsNull
This formula allows you to check if a particular value is null or not. It
will return true if and only if the given value equals null.
Returns
bool
JSON Format
{
"type": "isNull",
"components": ...
}
RPG Script
This component can be written in RPG Script as:
isNull(...)
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the value you want to check for nullability.@type T |