Call of Duty Script Documentation
openmenunomouse(<menu>)
ModulePlayer
Summary
Open a menu for this player, with no mouse control.
Call this function on
The player
Example
self openmenunomouse(game["menu_weapon_allies_only"]);
Minimum Number of arguments: 1
1 : <menu>: A string. The name of the menu to open
Number of optional arguments: 0
Return to Function List