Table of Contents

Class AttributeChangedGameEvent

Namespace
ElectricDrill.SoapRpgFramework.Events
Assembly
com.electricdrill.soap-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 = "Soap RPG Framework/Events/Generated/AttributeChanged")]
public class AttributeChangedGameEvent : GameEventGeneric1<AttributeChangeInfo>, IRaisable<AttributeChangeInfo>
Inheritance
object
AttributeChangedGameEvent
Implements
Inherited Members