Call of Duty Script Documentation
meleebuttonpressed()
ModulePlayer
Summary
Check if the player is pressing the 'melee' button.
Call this function on
The player
Example
while(self meleebuttonpressed())...;
Minimum Number of arguments: 0
Number of optional arguments: 0
Return to Function List