Call of Duty Script Documentation

dropweapon( <weapon name>, <hand>, <throw velocity>)


Module
AI


Summary


Drop the actor's weapon

Call this function on


<actor> An actor

Example


self DropWeapon(self.weapon, self.anim_gunHand, throwVel);

Minimum Number of arguments: 3


Number of optional arguments: 0



Return to Function List