Call of Duty Script Documentation
setdefaultdroppitch(<pitch>, <yaw>)
ModuleTurret
Summary
Set the default drop pitch that the turret attempts to return to when it is not in use.
Call this function on
<turret> the turret which you wish to set the drop pitch on.
Example
turret setdefaultdroppitch(-90);
Minimum Number of arguments: 1
1 : <pitch> yaw of the turret (side to side) in degrees.
Number of optional arguments: 0
Return to Function List