InitializeMarkerDistances - Game

From the Fallout4 CreationKit Wiki
Revision as of 13:47, 15 January 2016 by imported>Kira45 (Create function page for InitializeMarkerDistances())
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

Called to tell the Compass displays to refresh after gamesettings are updated related to hardcore mode

Syntax[edit | edit source]

Function InitializeMarkerDistances() native global

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; You've updated the game settings that affect how compass markers are displayed, so call the function
Game.InitializeMarkerDistances()

See Also[edit | edit source]