Call of Duty Script Documentation

hasweapon(<weapon name>)


Module
Player


Summary


Checks whether the player has the given weapon.

Call this function on


The player

Example


 if(level.player hasweapon("Panzerfaust"))...;

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List