ForceDisableSSRGodraysDirLight - Game

Member of: Game Script

Selectively disable certain rendering effects.

SyntaxEdit

Function ForceDisableSSRGodraysDirLight(bool abDisableSSR, bool abDisableGodrays, bool abDisableDirLight) native global

ParametersEdit

  • 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 ValueEdit

None.

NotesEdit

Disabled states will reset after this function has not been called for 240 frames

See AlsoEdit