summaryrefslogtreecommitdiff
path: root/docs/gameobject_addon.md
blob: d605d5bee9f86892e209cff0286788f121fae9a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# gameobject_addon

[<-Back-to:World](database-world.md)

**The \`gameobject_addon\` table**

| Field           | Type    | Attributes | Key | Null | Default | Extra | Comment |
|-----------------|---------|------------|-----|------|---------|-------|---------|
| [guid][1] | INT | UNSIGNED   | PRI    | NO   | 0    |       |         |
| [invisibilityType][2] | TINYINT | UNSIGNED   |  | NO   | 0    |       |         |
| [invisibilityValue][3] | INT   | UNSIGNED   |     | NO   | 0    |       |         |

[1]: #guid
[2]: #invisibilitytype
[3]: #invisibilityvalue

**Description of the fields**

### guid

[gameobject.guid](gameobject#guid)

### invisibilityType

| Name | Value |
| :--- | :---- |
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

field-no-description|3