Skip to content

Library Rangers Sonic

Gabriel edited this page Sep 26, 2023 · 1 revision

Sonic

Provides additional helpers specifically for app::player::Sonic.

Types;

  • enum StateID - an enum containing all of Sonic's state IDs.

Effect

Functions;

  • void SetCyloopAuraVisibility(bool in_isEnabled) - determines whether the Cyloop aura should be rendered.

Types;

  • struct SonicEffectCyloop - a struct representation of app::player::SonicEffectCyloop.
    • Members;
      • PlayerEffect.Data PlayerEffect - an instance of app::player::PlayerEffect, the base class for app::player::SonicEffectCyloop.
      • bool IsLocalVisualModelUpdate - determines if the visual model should update locally within app::player::SonicEffectCyloop or externally.
Clone this wiki locally