Movement modesTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
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..."
 
(No difference)

Latest revision as of 12:42, 11 January 2022


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