Class GameEventGenerator.GameEventDefinition
- Namespace
- ElectricDrill.SoapRpgFramework.Events
- Assembly
- com.electricdrill.soap-rpg-framework.Runtime.dll
Defines a complete game event with its name, parameters, and metadata. Contains all information needed to generate the corresponding C# classes.
[Serializable]
public class GameEventGenerator.GameEventDefinition
- Inheritance
-
objectGameEventGenerator.GameEventDefinition
Fields
documentation
[HideInInspector]
public string documentation
Field Value
- string
eventName
public string eventName
Field Value
- string
isGenerated
[HideInInspector]
public bool isGenerated
Field Value
- bool
parameters
public List<GameEventGenerator.EventParameter> parameters