Call of Duty Script Documentation
setautopickup( <auto pickup> )
ModulePlayer
Summary
Sets whether the player will automatically pick up pickups.
Call this function on
The player
Example
level.player setautopickup(true);
Minimum Number of arguments: 1
1 : <auto pickup>: (boolean) true if the player will automatically pickup pickups.
Number of optional arguments: 0
Return to Function List