EnablePipboyHDRMask - Game

Member of: Game Script

Enables or disables the HDR mask for the Pipboy screen.

SyntaxEdit

Function EnablePipboyHDRMask(bool abEnable = true) native global

ParametersEdit

  • abEnable: Whether to enable or disable the HDR mask.

Return ValueEdit

None

ExamplesEdit

; Turn off the HDR mask so the screen is affected by the HDR
Game.EnablePipboyHDRMask(false)


; Turn on the HDR mask so the screen is no longer affected by the HDR
Game.EnablePipboyHDRMask()

See AlsoEdit