-
Notifications
You must be signed in to change notification settings - Fork 19
Library Rangers LevelInfo
Gabriel edited this page Sep 26, 2023
·
1 revision
Provides access to app::level::LevelInfo
from Sonic Frontiers.
Functions;
-
Data* Get()
- returns a pointer to an instance ofLevelInfo.Data
.
Types;
-
struct Data
- a struct representation ofapp::level::LevelInfo
.- Members;
-
PlayerInformation* PlayerInfo[1]
- an array of pointers toapp::level::PlayerInformation
instances.
-
- Members;
-
struct PlayerInformation
- a struct representation ofapp::level::PlayerInformation
.- Members;
-
bool IsGrounded
- determines if the current player is grounded.
-
- Members;
- Home
- Codes
-
Libraries
- Getting started
- Features
-
Usage
- Static reference
- Include reference
- Global
- Sonic Frontiers
- Sonic Origins