SetUFOCamSpeedMult

Changes the speed multiplier for the player's camera (no idea why it's called the UFO cam...). Mainly useful when you've used ToggleFollowCamera to detach the camera from the player.

SyntaxEdit

SetUFOCamSpeedMult multiplier
sucsm mult


ExamplesEdit

sucsm .5    ; half the normal camera speed
sucsm 2     ; twice the normal camera speed

NotesEdit

  • None at this time.