SetInsideMemoryHUDMode - Game
Revision as of 20:12, 11 February 2018 by imported>Qazaaq
Member of: Game Script
Sets or clears InsideMemory HUD Mode
Syntax[edit | edit source]
Function SetInsideMemoryHUDMode(bool aInsideMemory) Native Global
Parameters[edit | edit source]
- aInsideMemory: Whether you are inside a memory
Return Value[edit | edit source]
None
Examples[edit | edit source]
; We've entered a memory, push the InsideMemory HUDMode
Game.SetInsideMemoryHUDMode(true)
; We've exited a memory, pop the InsideMemory HUDMode
Game.SetInsideMemoryHUDMode(false)
Notes[edit | edit source]
The following HUD elements are enabled when inside a Memory:
- Crosshair
- Subtitles
- Rollover
- Quest Updates
- Tutorial Text
- Floating Quest Markers
- Perk Vault Boys