Skip to main content

B1ObjectTagScriptTableRow

  • Data table row defining scripts triggered by object tag events such as hand-off, inventory changes, and hand attach/detach.
    * Associates arrays of script IDs with each tag-driven lifecycle event on an object.
PropertyTypeDescriptionMetadata
HandOverScriptIdsTArrayScripts executed when this object is handed over to another character or container.Category: B1ObjectTagScriptTableRow
Foreign: Script_ObjectTagScript.Id
ScriptIdsOnInventoryAddTArrayScripts executed when this object is added to an inventory.Category: B1ObjectTagScriptTableRow
Foreign: Script_ObjectTagScript.Id
ScriptIdsOnInventoryRemoveTArrayScripts executed when this object is removed from an inventory.Category: B1ObjectTagScriptTableRow
Foreign: Script_ObjectTagScript.Id
OnHandAttachScriptIdsTArrayScripts executed when this object is attached to a character's hand.Category: B1ObjectTagScriptTableRow
Foreign: Script_ObjectTagScript.Id
OnHandDetachScriptIdsTArrayScripts executed when this object is detached from a character's hand.Category: B1ObjectTagScriptTableRow
Foreign: Script_ObjectTagScript.Id
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase