SetUFOCamSpeedMult

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

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

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
SetUFOCamSpeedMult speedMult:float 

Or:

SUCSM speedMult:float

Example

sucsm .5

Half the normal camera speed

SetUFOCamSpeedMult 2

Twice the normal camera speed