AzerothCore
Pages :

gameobject_addon

<-返回:World

`gameobject_addon` 表

字段 类型 属性 默认值 额外 注释
guid INT UNSIGNED PRI NO 0
parent_rotation0 FLOAT NO 0
parent_rotation1 FLOAT NO 0
parent_rotation2 FLOAT NO 0
parent_rotation3 FLOAT NO 1
invisibilityType TINYINT UNSIGNED NO 0
invisibilityValue INT UNSIGNED NO 0

字段说明

guid

gameobject.guid

parent_rotation0

应用于游戏对象(GameObject)的四元数旋转的 X 分量。与 parent_rotation1parent_rotation2parent_rotation3 一起,以单位四元数的形式定义对象的朝向。有效范围:-1.0 到 1.0。默认值为 0。

parent_rotation1

四元数旋转的 Y 分量。默认值为 0。

parent_rotation2

四元数旋转的 Z 分量。默认值为 0。

parent_rotation3

四元数旋转的 W(标量)分量。默认值为 1,当其他分量都设置为 0 时,表示单位四元数(无旋转)。

invisibilityType

名称
INVISIBILITY_GENERAL 0
INVISIBILITY_UNK1 1
INVISIBILITY_UNK2 2
INVISIBILITY_TRAP 3
INVISIBILITY_UNK4 4
INVISIBILITY_UNK5 5
INVISIBILITY_DRUNK 6
INVISIBILITY_UNK7 7
INVISIBILITY_UNK8 8
INVISIBILITY_UNK9 9
INVISIBILITY_UNK10 10
INVISIBILITY_UNK11 11

invisibilityValue

看见此隐形游戏对象所需的侦测值。与 invisibilityType 配合使用。