Call of Duty Script Documentation

moveto( <point>, <time>, <acceleration time>, <deceleration time> )


Module
Motion


Summary


Move this entity to the given point.

Call this function on


script_model, script_origin or script_brushmodel

Example


dummy moveTo(dest_org, .5, .05, .05); 

Minimum Number of arguments: 2


Number of optional arguments: 2



Return to Function List