B1BookTableRow
- Table row defining a readable book object, including its associated object ID,
* interaction tags, reading time, skill requirements, and lifecycle script IDs.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ObjectId | FName | Object ID of the book's in-world representation. | Category: B1BookTableRow Foreign: Object.Id |
| InteractionTags | TArray | Interaction tags associated with reading this book. | Category: B1BookTableRow Foreign: Interaction.Tags |
| TotalReadTime | int32 | Total time in seconds required to read this book. | Category: B1BookTableRow |
| SkillId | FName | Skill ID awarded when this book is read. | Category: B1BookTableRow Foreign: Skill.Id |
| RequireSkillLevel | int32 | Minimum skill level required to read this book. | Category: B1BookTableRow |
| TotalSkillExp | int32 | Total skill experience awarded upon completing this book. | Category: B1BookTableRow |
| StartScriptId | FName | Script ID executed when the character begins reading. | Category: B1BookTableRow Foreign: Script_Book.Id |
| TickScriptId | FName | Script ID executed each tick while the character is reading. | Category: B1BookTableRow Foreign: Script_Book.Id |
| FinishScriptId | FName | Script ID executed when the character finishes reading. | Category: B1BookTableRow Foreign: Script_Book.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |