Status Effect Framework
1.6.0
1.6.0
  • 🏠Overview
  • 🧑‍💻Setup
  • ⚙️Settings
  • 📜Type Specifics
    • Classes
      • StatusManager
        • GetStatusEffects
        • AddStatusEffect
        • RemoveStatusEffect
        • RemoveAllStatusEffects
        • SetGlobalTimeOverride
        • UnsetGlobalTimeOverride
      • StatusEffect
      • StatusVariable
        • StatusFloat
        • StatusInt
        • StatusBool
      • Conditional
    • Scriptable Objects
      • Module
      • ModuleInstance
      • ComparableName
      • StatusEffectData
        • Effect
      • StatusName
    • Interfaces
      • IStatus
    • Structs
      • StatusEffectGroup
  • GitHub
  • Discord
  • License
Powered by GitBook
On this page
  1. 📜Type Specifics

Interfaces

Interfaces are used to identify MonoBehaviours that will interact with the Status Effect Framework.

There is only one interface (IStatus), but the framework needs a MonoBehaviour to inherit it so that it can add and remove status effects.

PreviousStatusNameNextIStatus

Last updated 1 year ago