Skip to main content

B1BookTableRow

  • Table row defining a readable book object, including its associated object ID,
    * interaction tags, reading time, skill requirements, and lifecycle script IDs.
PropertyTypeDescriptionMetadata
ObjectIdFNameObject ID of the book's in-world representation.Category: B1BookTableRow
Foreign: Object.Id
InteractionTagsTArrayInteraction tags associated with reading this book.Category: B1BookTableRow
Foreign: Interaction.Tags
TotalReadTimeint32Total time in seconds required to read this book.Category: B1BookTableRow
SkillIdFNameSkill ID awarded when this book is read.Category: B1BookTableRow
Foreign: Skill.Id
RequireSkillLevelint32Minimum skill level required to read this book.Category: B1BookTableRow
TotalSkillExpint32Total skill experience awarded upon completing this book.Category: B1BookTableRow
StartScriptIdFNameScript ID executed when the character begins reading.Category: B1BookTableRow
Foreign: Script_Book.Id
TickScriptIdFNameScript ID executed each tick while the character is reading.Category: B1BookTableRow
Foreign: Script_Book.Id
FinishScriptIdFNameScript ID executed when the character finishes reading.Category: B1BookTableRow
Foreign: Script_Book.Id
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase