ShowFatigueWarningOnHUD - Game

From the Fallout4 CreationKit Wiki
Revision as of 20:14, 11 February 2018 by imported>Qazaaq (added category)
Jump to navigation Jump to search

Member of: Game Script

Causes the fatigue warning to show on the HUD menu.

Syntax

Function ShowFatigueWarningOnHUD() Native Global

Parameters

None

Return Value

None

Examples

; Show Fatigue Warning on HUD
Game.ShowFatigueWarningOnHUD()


See Also