Skip to content

Library Rangers LevelInfo

Gabriel edited this page Sep 26, 2023 · 1 revision

LevelInfo

Provides access to app::level::LevelInfo from Sonic Frontiers.

Functions;

  • Data* Get() - returns a pointer to an instance of LevelInfo.Data.

Types;

  • struct Data - a struct representation of app::level::LevelInfo.
    • Members;
      • PlayerInformation* PlayerInfo[1] - an array of pointers to app::level::PlayerInformation instances.
  • struct PlayerInformation - a struct representation of app::level::PlayerInformation.
    • Members;
      • bool IsGrounded - determines if the current player is grounded.
Clone this wiki locally