-
Notifications
You must be signed in to change notification settings - Fork 20
Library Rangers Blackboard
Gabriel edited this page Sep 26, 2023
·
14 revisions
Provides access to app::player::Blackboard
from Sonic Frontiers.
Functions;
-
long GetBlackboardContent(Data* in_pBlackboard, string in_name)
- returns a pointer to a class that inheritsapp::player::BlackboardContent
obtained by the inputBlackboard.Data
struct. -
T* GetBlackboardContent<T>(Data* in_pBlackboard) where T : unmanaged
- returns an unsafe pointer to aBlackboardContent
struct obtained by the inputBlackboard.Data
struct. -
Data* GetPlayerBlackboard()
- returns an unsafe pointer toBlackboard.Data
obtained by the current player. -
long GetPlayerBlackboardContent(string in_name)
- returns a pointer to a class that inheritsapp::player::BlackboardContent
obtained by the current player. -
T* GetPlayerBlackboardContent<T>()
- returns an unsafe pointer to aBlackboardContent
struct obtained by the current player.
Types;
-
Data
- a struct representation ofapp::player::Blackboard
. -
BlackboardContent
- a struct representation ofapp::player::BlackboardContent
.
- Home
- Codes
-
Libraries
- Getting started
- Features
-
Usage
- Static reference
- Include reference
- Global
- Sonic Frontiers
- Sonic Origins