diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-05-11 18:32:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 18:32:52 +0200 |
| commit | 802af8b55ebb9320646196ed9e1ad604ca62f10c (patch) | |
| tree | 5ce651035963a5dd485cc491e92518df27507271 /docs | |
| parent | 72768ee29e2b730a8845d06c5e9e2024761d881b (diff) | |
| download | wiki-802af8b55ebb9320646196ed9e1ad604ca62f10c.tar.gz wiki-802af8b55ebb9320646196ed9e1ad604ca62f10c.tar.bz2 wiki-802af8b55ebb9320646196ed9e1ad604ca62f10c.zip | |
chore(gameobject_addon): Some info (#476)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gameobject_addon.md | 47 |
1 files changed, 41 insertions, 6 deletions
diff --git a/docs/gameobject_addon.md b/docs/gameobject_addon.md index bdfb5bf..d605d5b 100644 --- a/docs/gameobject_addon.md +++ b/docs/gameobject_addon.md @@ -1,7 +1,42 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [gameobject_addon](gameobject_addon) +# gameobject_addon -Column | Type | Description ---- | --- | --- -Guid | INT UNSIGNED | -InvisibilityType | TINYINT UNSIGNED | -InvisibilityValue | INT UNSIGNED | +[<-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 |
