ForceDisableSSRGodraysDirLight - Game
Jump to navigation
Jump to search
Member of: Game Script
Selectively disable certain rendering effects.
Syntax[edit | edit source]
Function ForceDisableSSRGodraysDirLight(bool abDisableSSR, bool abDisableGodrays, bool abDisableDirLight) native global
Parameters[edit | edit source]
- abDisableSSR: True to disable SSR, false to restore SSR
- abDisableGodrays: True to disable godrays, false to restore godrays
- abDisableDirLight: True to disable directional lighting, false to restore it.
Return Value[edit | edit source]
None.
Notes[edit | edit source]
Disabled states will reset after this function has not been called for 240 frames