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

StatusEffect

Description

StatusEffects hold the StatusEffectData and duration.

Properties

data

The StatusEffectData reference.

duration

How long the effect will last. This may be in seconds but can also be tied to UnityEvent invocations.

Actions

started

Invoked when the effect starts.

stopped

Invoked when the effect stops.

PreviousUnsetGlobalTimeOverrideNextStatusVariable

Last updated 1 year ago