-
Notifications
You must be signed in to change notification settings - Fork 20
Library Rangers BlackboardItem
Gabriel edited this page Sep 26, 2023
·
4 revisions
Provides access to app::player::BlackboardItem
from Sonic Frontiers.
Functions;
-
Data* Get()
- returns an unsafe pointer to an instance ofBlackboardItem.Data
.
Types;
-
Data
- a struct representation ofapp::player::BlackboardBattle
.- Members;
-
Blackboard.BlackboardContent BlackboardContent
- an instance ofapp::player::BlackboardContent
, the base class forapp::player::BlackboardItem
. -
int RingCapacity
- the maximum amount of rings the player can hold. -
int RingCount
- the current ring count for the player.
-
- Members;
- Home
- Codes
-
Libraries
- Getting started
- Features
-
Usage
- Static reference
- Include reference
- Global
- Sonic Frontiers
- Sonic Origins