Skip to content

Library Rangers BlackboardBattle

Gabriel edited this page Sep 26, 2023 · 6 revisions

BlackboardBattle

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

Functions;

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

Types;

  • Data - a struct representation of app::player::BlackboardBattle.
    • Members;
      • Blackboard.BlackboardContent BlackboardContent - an instance of app::player::BlackboardContent, which is the base class for app::player::BlackboardBattle.
      • float PhantomRushAmount - the value of the Phantom Rush gauge.
      • float QuickCyloopAmount - the value of the Quick Cyloop gauge.

Clone this wiki locally