[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
EnablePipboyHDRMask - Game
Jump to navigation
Jump to search
Member of: Game Script
Enables or disables the HDR mask for the Pipboy screen.
Syntax[edit | edit source]
Function EnablePipboyHDRMask(bool abEnable = true) native global
Parameters[edit | edit source]
- abEnable: Whether to enable or disable the HDR mask.
Return Value[edit | edit source]
None
Examples[edit | edit source]
; 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()