Background for Skyrim SE
Member of the MiscUtil script
voidfunctionSetFreeCameraState(boolenable, floatspeed=10.0)NativeGlobal

Description

Documentation Comment

Set current freefly cam state & set the speed if enabling


Caveats


Parameters

boolenable

floatspeed=10.0


Examples

Auto-Generated Example

bool myBool__enable
float myFloat__speed

MiscUtil.SetFreeCameraState(myBool__enable, myFloat__speed)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.