Defined
This formula allows you to query the system to check if a stat is defined or
not. If it is, it'll return true, and if it isn't it'll return false.
Returns
bool
JSON Format
{
"type": "defined",
"stat": ...
}
RPG Script
This component can be written in RPG Script as:
defined(...)
Fields
| Field | Type | Required | Description |
|---|---|---|---|
stat | String | ✓ | The stat that you want to know is defined or not. |