Skip to content

Library Rangers BlackboardItem

Gabriel edited this page Sep 26, 2023 · 4 revisions

BlackboardItem

Provides access to app::player::BlackboardItem from Sonic Frontiers.

Functions;

  • Data* Get() - returns an unsafe pointer to an instance of BlackboardItem.Data.

Types;

  • Data - a struct representation of app::player::BlackboardBattle.
    • Members;
      • Blackboard.BlackboardContent BlackboardContent - an instance of app::player::BlackboardContent, the base class for app::player::BlackboardItem.
      • int RingCapacity - the maximum amount of rings the player can hold.
      • int RingCount - the current ring count for the player.
Clone this wiki locally