Data Component Get Field Value
Read a single field from a Data Component record into an FSM variable.
Parameters
| Parameter | Description |
|---|---|
| Data Component | The source component. |
| Data Definition | Optional schema when component variable is used. |
| Not Found Event | Event fired if component or field is missing. |
| Store Value | Field/value mapping for output variable. |
Details
- Resolves component and DataDefinition, then copies one field value.
- Use
Store Valueto select the field and target variable.
Examples
- Read a character's current health field into a Float variable.
- Pull a status flag from data record for conditional branching.