Call of Duty Script Documentation
viewkick(<force>, <source>)
ModulePlayer
Summary
Damage the player, and throw the screen around
Call this function on
<player>
Example
level.player viewkick(127, level.player.origin); ;
Minimum Number of arguments: 2
1 : <force> The force of the kick, from 0 to 127
2 : <source> (a point) the source of the kick
Number of optional arguments: 0
Return to Function List