Skip to content

gameobject_addon

This table provides additional parameters to each gameobject on a per spawn basis.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
guidintunsignedPRINO0
parent_rotation0floatNO0
parent_rotation1floatNO0
parent_rotation2floatNO0
parent_rotation3floatNO1
invisibilityTypetinyintunsignedNO0
invisibilityValueintunsignedNO0
 

Description of fields ​

guid ​

refers to gameobject.guid  

parent_rotation0 ​

parentRotation.x -1 <= x <= 1  

parent_rotation1 ​

parentRotation.y -1 <= y <= 1  

parent_rotation2 ​

parentRotation.z -1 <= z <= 1  

parent_rotation3 ​

parentRotation.w -1 <= w <= 1  

invisibilityType ​

excerpt from enum InvisibilityType

IDName
0INVISIBILITY_GENERAL
3INVISIBILITY_TRAP
6INVISIBILITY_DRUNK

 

invisibilityValue ​

The larger the value the harder it is to detect this gameobject.