Data Record Get Values
Read multiple values from a Data Record and store them in FSM variables.
Parameters
| Parameter | Description |
|---|---|
| Record | The Data Record to read from. |
| Store Values | List of field-to-variable mappings to copy out of the record. |
Details
This action reads values by field id and writes them to the mapped output variables. Only mapped fields are copied.
Examples
- Read
Health,Mana, andLevelfrom a player record into FSM variables. - Pull item name and price from a record before updating UI labels.