Sc waypoint aliasesTable: Difference between revisions
Jump to navigation
Jump to search
Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(8) unsigned |PRI | |auto_increment | |- | |wp_id |int(8) unsigned | |0 | | |- | |alias |varchar(30) | | | | |- |ADD |rotation_angle |float | |0 | |The direction in degrees to face when stopping at WP. |}" |
mNo edit summary |
||
Line 33: | Line 33: | ||
| | | | ||
|- | |- | ||
| | | | ||
|rotation_angle | |rotation_angle | ||
|float | |float |
Latest revision as of 15:07, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(8) unsigned | PRI | auto_increment | |||
wp_id | int(8) unsigned | 0 | ||||
alias | varchar(30) | |||||
rotation_angle | float | 0 | The direction in degrees to face when stopping at WP. |