Call of Duty Script Documentation
pushplayer(<can push player>)
ModuleAI
Summary
Set whether this character can push the player
Call this function on
<actor> An actor
Example
level.elder pushPlayer(true);
Minimum Number of arguments: 1
1 : <can push player>(bool) True if this character can push the player.
Number of optional arguments: 0
Return to Function List