IsEmpty
This formula allows you to check if an array (list) or a string is empty. It
will return true if and only if the list or string is empty.
Returns
bool
JSON Format
{
"type": "isEmpty",
"components": ...
}
RPG Script
This component can be written in RPG Script as:
isEmpty(...)
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the array (list) or string you want to check the emptiness of.@type array<T> | string |