From a3d359e1cc4f40328f898653a5cc3b9711a522e6 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 21:34:28 +0100 Subject: Import all wiki page from old wiki (links to fix) --- docs/gameobject.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/gameobject.md (limited to 'docs/gameobject.md') 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) | -- cgit