====== HudSetCameraAngles ====== ''void HudSetCameraAngles(fixed angle, fixed pitch)'' [[:HUD Library|This is a HUD Library function.]] ===== Description ===== Sets [[:hud_library_state#camera_direction|camera direction]] using two angles. Actor pitch in ZDoom is inverted. This function does not invert pitch. If you want to do ''HudSetCameraAngles(GetActorAngle(tid), -GetActorPitch(tid))'', use [[HudSetCameraActor]] instead.