Call of Duty Script Documentation
buttonPressed()
ModulePlayer
Summary
Check if the player is pressing the button/key, "BUTTON_A", "BUTTON_B", "K
Call this function on
The player
Example
while(self buttonPressed("BUTTON_A"))...;
Minimum Number of arguments: 0
Number of optional arguments: 0
Return to Function List