Data Record Set Value
Write a single field value into a Data Record.
Parameters
| Parameter | Description |
|---|---|
| Record | The Data Record to write to. |
| Data Definition | Optional definition used when the record is not known at edit time. |
| Set Value | Field/value mapping to apply into the record. |
| Succeeded | Output bool flag set to true when the operation succeeds. |
Details
- Resolves the record and ensures its schema is available.
- Applies the field value update through DataRowUtility.
- If
Succeededis assigned it is set totruewhen the write succeeds, otherwisefalse.
Examples
- Set a player record field
Experiencefrom an FSMIntvariable. - Update a form record field and check
Succeededbefore continuing.