Call of Duty Script Documentation
movex( <zvalue>, <time>, <acceleration time>, <deceleration time> )
ModuleMotion
Summary
Move this entity to the given world z value
Call this function on
script_model, script_origin or script_brushmodel
Minimum Number of arguments: 2
1 : <point> The z value to move the entity to, as a floating point number
2 : <time> The time to move the entity in seconds
Number of optional arguments: 2
1 : <acceleration time> The time spent accelerating in seconds
2 : <deceleration time> The time spent decelerating in seconds
Return to Function List