reloadWeapon( <bool> )
Module: Bots
Summary:
Order the bot to reload his weapon.
Call this on:
<entity> from addTestClient()
Example:
bot reloadWeapon(true);
Required Args:
1 : <bool> Is bot reloading. True or false.