EnablePipboyHDRMask - Game

From the Fallout4 CreationKit Wiki
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()

See Also[edit | edit source]