SetAutoPickup( <auto pickup> )


Module: Player
SP Only

Summary:

Sets whether the player will automatically pick up pickups.



Call this on:

The player



Example:

 level.player SetAutoPickup( true );



Required Args:

  • 1 : <auto pickup>: (boolean) true if the player will automatically pickup pickups.