Call of Duty Script Documentation
setvelocity(<player origin>)
ModulePlayer
Summary
Set the player's velocity
Call this function on
The player
Example
level.player setVelocity(-400,0,100);
Minimum Number of arguments: 1
1 : <player velocity> The player's velocity (a vector)
Number of optional arguments: 0
Return to Function List