Перейти к основному содержанию

Callback.LevelSelectedFunction

Function used in "LevelSelected" callback.

Callable

  • LevelSelectedFunction(worldName: string, worldDir: string): void

  • Parameters

    • worldName: string

      name of the selected world

    • worldDir: string

      name of the directory where the world is stored; worlds directories are located at games/horizon/packs/Inner_Core/worlds/

    Returns void