ForceDisableSSRGodraysDirLight - Game

Revision as of 14:50, 6 August 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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