Enum GameEventGenerator.EventParameter.ParameterType
- Namespace
- ElectricDrill.SoapRpgFramework.Events
- Assembly
- com.electricdrill.soap-rpg-framework.Runtime.dll
Enumeration defining whether the parameter is a native type, a custom MonoScript type, or an enum.
public enum GameEventGenerator.EventParameter.ParameterType
Fields
Enum = 2MonoScript = 1Native = 0