diff options
Diffstat (limited to 'docs/gameobject.md')
| -rw-r--r-- | docs/gameobject.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/gameobject.md b/docs/gameobject.md new file mode 100644 index 0000000..5e8eb49 --- /dev/null +++ b/docs/gameobject.md @@ -0,0 +1,21 @@ +[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[gameobject|gameobject]] + +Column | Type | Description +--- | --- | --- +Guid | int(10) unsigned | +Id | mediumint(8) unsigned | +Map | smallint(5) unsigned | +SpawnMask | tinyint(3) unsigned | +PhaseMask | int(10) unsigned | +Position_x | float | +Position_y | float | +Position_z | float | +Orientation | float | +Rotation0 | float | +Rotation1 | float | +Rotation2 | float | +Rotation3 | float | +Spawntimesecs | int(11) | +Animprogress | tinyint(3) unsigned | +State | tinyint(3) unsigned | +VerifiedBuild | smallint(5) | |
