InitializeMarkerDistances - Game

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