Movement modesTable

From PSwiki
Revision as of 12:42, 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) | | | | |- | |move_mod_x |float | |1 | |x-direction motion multiplier |- | |move_mod_y |float | |1 | |y-direction motion multiplier |- | |move_mod_z |float | |1 | |z-direction motion multiplier |- | |rotate_mod_x |float | |1 | |x-axis rotation multiplier |- | |rotate_mod_y |float | |1 | |y-axis rotation multiplier |- | |rotate_mod...")
(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)
move_mod_x float 1 x-direction motion multiplier
move_mod_y float 1 y-direction motion multiplier
move_mod_z float 1 z-direction motion multiplier
rotate_mod_x float 1 x-axis rotation multiplier
rotate_mod_y float 1 y-axis rotation multiplier
rotate_mod_z float 1 z-axis rotation multiplier
idle_animation varchar(100) animation when not moving