Movement typesTable

From PSwiki
Revision as of 12:43, 11 January 2022 by Grimston (talk | contribs) (Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(11) |PRI | | | |- | |name |varchar(100) | | | | |- | |base_move_x |float | |0 | |x-direction motion |- | |base_move_y |float | |0 | |y-direction motion |- | |base_move_z |float | |0 | |z-direction motion |- | |base_rotate_x |float | |0 | |x-axis rotation |- | |base_rotate_y |float | |0 | |y-axis rotation |- | |base_rotate_z |float | |0 | |z-axis rotation |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


UE Field Type Key Type Default Extra Description
id int(11) PRI
name varchar(100)
base_move_x float 0 x-direction motion
base_move_y float 0 y-direction motion
base_move_z float 0 z-direction motion
base_rotate_x float 0 x-axis rotation
base_rotate_y float 0 y-axis rotation
base_rotate_z float 0 z-axis rotation