blob: ba36330b9b7c13979570511934d805c14182df4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [waypoint_scripts](waypoint_scripts)
Column | Type | Description
--- | --- | ---
Id | int(11) unsigned |
Delay | int(11) unsigned |
Command | int(11) unsigned |
Datalong | int(11) unsigned |
Datalong2 | int(11) unsigned |
Dataint | int(11) unsigned |
X | float |
Y | float |
Z | float |
O | float |
Guid | int(11) |
|