7 lines
230 B
Lua
7 lines
230 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return 1nil hasAngleControl
|
|
---Returns whether the player is controlling a vehicle weapon with adjustable aim angle
|
|
function IsVehicleAimAngleAdjustable() end
|