Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 454 Bytes

ClampGameplayCamYaw.md

File metadata and controls

22 lines (18 loc) · 454 Bytes
ns
CAM

_CLAMP_GAMEPLAY_CAM_YAW

// 0x8F993D26E0CA5E8E 0x749909AC
cs_type(Any) void _CLAMP_GAMEPLAY_CAM_YAW(float minimum, float maximum);
minimum: Degrees between -180f and 180f.
maximum: Degrees between -180f and 180f.
Clamps the gameplay camera's current yaw.
Eg. _CLAMP_GAMEPLAY_CAM_YAW(0.0f, 0.0f) will set the horizontal angle directly behind the player.

Parameters

  • minimum:
  • maximum:

Return value