GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
ReadOnlyArbitraryEventsWorker is an abstract class used to browse events (and instructions). It can be used to implement autocompletion for example. More...
#include <ArbitraryEventsWorker.h>
Inherits gd::AbstractReadOnlyArbitraryEventsWorker.
Inherited by gd::FirstActionExpressionTypeChecker, and gd::FirstInstructionTypeChecker.
Public Member Functions | |
void | Launch (const gd::EventsList &events) |
Launch the worker on the specified events list. | |
Additional Inherited Members | |
Protected Member Functions inherited from gd::AbstractReadOnlyArbitraryEventsWorker | |
void | StopAnyEventIteration () override |
Abort the iteration on the events. | |
void | VisitEventList (const gd::EventsList &events) |
ReadOnlyArbitraryEventsWorker is an abstract class used to browse events (and instructions). It can be used to implement autocompletion for example.