Skip to content

Library Rangers GameMode

Gabriel edited this page Sep 26, 2023 · 1 revision

GameMode

Provides methods for checking the current app::game::GameMode instance.

Functions;

  • string GetName() - returns the name of the current game mode.
  • DestinationMode GetTutorialDestination() - returns the destination game mode when transitioning out of GameModeTutorial (Training Simulator).

Types;

  • enum DestinationMode - an enum representing known game modes that GameModeTutorial can transition into.
Clone this wiki locally