# Set Camera Mouse Rotation Speed

Grammar — Set camera mouse direction rotation speed to speed for player player
FlagsNative | Action

Sets the yaw or pitch sensitivity of the camera when camera mouse rotation is turned on.

# Arguments

  • int — Player
  • int [ preset::CameraRotation ] — Direction
  • fixed — Speed

Returns — void

native void CameraSetMouseRotationSpeed(
	int player,
	int direction,
	fixed value,
);

Category: Camera / Camera Tricks

# Examples

— None found —