Call of Duty Script Documentation

usebuttonpressed()


Module
Player


Summary


Check if the player is pressing the 'use' button.

Call this function on


The player

Example


 while(self useButtonPressed())...;

Minimum Number of arguments: 0


Number of optional arguments: 0



Return to Function List