EnablePipboyHDRMask - Game
From Creation Kit
Member of: Game Script
Enables or disables the HDR mask for the Pipboy screen.
Syntax
Function EnablePipboyHDRMask(bool abEnable = true) native global
Parameters
- abEnable: Whether to enable or disable the HDR mask.
Return Value
None
Examples
; 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()