Background for Starfield
Member of the Game script
voidfunctionForceDisableSSRDirLight(boolabDisableSSR, boolabDisableDirLight)NativeGlobal

Description

Documentation Comment

Disable SSR, and/or directional lighting. Note: disable state reset after 240 frames if this function is not continually called.


Caveats


Parameters

boolabDisableSSR

boolabDisableDirLight


Examples

Auto-Generated Example

bool myBool__abDisableSSR
bool myBool__abDisableDirLight

Game.ForceDisableSSRDirLight(myBool__abDisableSSR, myBool__abDisableDirLight)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.