ShowHUD

method
ShowHUD<public>(): void

Shows the floating HUD Icons to players, if these have been configured by the device.

Module
/Fortnite.com/Devices
Declared in
ball_spawner_device
Source
fortnite

Used in

MiniGameSystem / Soccer Minigame Device verse-source
InitializeGame():void=
        ResetBallScores()
        UpdateScoreboard()
        BallSpawner.ShowHUD()

    # Play all rounds
    PlayAllRounds()<suspends>:void=
        loop:
            for (IntRound := 1..MaxRounds):
                if (IsGameActive?):