Difference between revisions of "SetUFOCamSpeedMult"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Bpf
(correcting function name for ToggleFlyCam)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
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.
Changes the speed multiplier for the player's camera. Mainly useful when you've used [[ToggleFlyCam]] to detach the camera from the player.


=='''Syntax'''==
=='''Syntax'''==

Latest revision as of 22:16, 12 December 2010

Changes the speed multiplier for the player's camera. Mainly useful when you've used ToggleFlyCam to detach the camera from the player.

Syntax[edit | edit source]

SetUFOCamSpeedMult multiplier
sucsm mult


Examples[edit | edit source]

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

Notes[edit | edit source]

  • None at this time.