Table of Contents

Class AttributeChangedGameEvent

Namespace
ElectricDrill.AstraRpgFramework.Events
Assembly
com.electricdrill.astra-rpg-framework.Runtime.dll

Game event that is raised when an attribute changes. Contains information about the attribute that changed, including its previous and new values.

[CreateAssetMenu(fileName = "AttributeChanged Game Event", menuName = "Astra RPG Framework/Events/Generated/AttributeChanged")]
public class AttributeChangedGameEvent : GameEventGeneric1<AttributeChangeInfo>, IRaisable<AttributeChangeInfo>
Inheritance
object
AttributeChangedGameEvent
Implements
Inherited Members