Table of Contents

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 = 2
MonoScript = 1
Native = 0