Game ReferenceGame Global FunctionsPlayerWeaponHudLockOn this pagePlayerWeaponHudLock Description Prevents scrolling through the weapon wheel. function PlayerWeaponHudLock(state) --[[ ... ]] end Parameters state: boolean - Whether to lock the wheel. Return Values ... Example ...