CBaseMountedWeapon
Jump to navigation
Jump to search
Code classes:
CBaseMountedWeapon
CDynamicProp
CBreakableProp
CBaseProp
(props)CBaseAnimating
(models)CBaseEntity
(all ents)
CBaseMountedWeapon
is a base class in for mounted gun entities.
Keyvalues[edit | edit source]
- Max yaw
(MaxYaw)
<float>
- How far in degrees the gun can be turned left or right.
- Max pitch
(MaxPitch)
<float>
- How far in degrees the gun can look down.
- Min pitch
(MinPitch)
<float>
- How far in degrees the gun can look up. Should be a negative number. Bug: 0 sets it to -30.
Outputs[edit | edit source]
- OnFireStart
- Fires when the user starts firing.
- OnFireStop
- Fires when the user stops firing.