SetUFOCamSpeedMult

From the Fallout3 GECK Wiki
Revision as of 10:23, 21 May 2007 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Syntax

SetUFOCamSpeedMult multiplier
sucsm mult


Examples

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

Notes

  • None at this time.