B1BuffTableRow
- A table row defining a buff, combining basic info, display info, and
* script lists for add, cancel, finish, tick, and interval events.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BuffBasicInfo | FB1BuffBasicInfo | Core configuration data for this buff. | Category: B1BuffTableRow |
| BuffDisplayInfo | FB1BuffDisplayInfo | Display and UI configuration for this buff. | Category: B1BuffTableRow |
| AddScriptIdList | TArray | Script IDs executed when this buff is added. | Category: B1BuffTableRow Foreign: Script_Buff.Id |
| CancelScriptIdList | TArray | Script IDs executed when this buff is cancelled. | Category: B1BuffTableRow Foreign: Script_Buff.Id |
| FinishScriptIdList | TArray | Script IDs executed when this buff finishes normally. | Category: B1BuffTableRow Foreign: Script_Buff.Id |
| TickScriptIdList | TArray | Script IDs executed each tick while this buff is active. | Category: B1BuffTableRow Foreign: Script_Buff.Id |
| IntervalScriptIdList | TArray | Script IDs executed at the configured script interval while this buff is active. | Category: B1BuffTableRow Foreign: Script_Buff.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |