Overload List
| Name | Description | |
|---|---|---|
| GetNewGeneratorEvent()()() |
Provides to create a new event class GeneratorEvent.
| |
| GetNewGeneratorEvent(EventPriority) |
Provides to create a new event class GeneratorEvent with a specific priority.
| |
| GetNewGeneratorEvent(Type) |
Provides to create a new event class of a specific type.
| |
| GetNewGeneratorEvent(Type, EventPriority) |
Provides to create a new event class with a specific type and a specific priority
| |
| GetNewGeneratorEvent(Type, array<Object>[]()[]) |
Provides to create a new event class with a specific type and some arguments.
| |
| GetNewGeneratorEvent(Type, array<Object>[]()[], EventPriority) |
Provides to create a new event class with a specific type, priority and some arguments.
|