GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
ReadOnlyArbitraryEventsWorker is an abstract class used to browse events (and instructions). It must not be inherited directly. More...
#include <ArbitraryEventsWorker.h>
Inherits gd::ReadOnlyEventVisitor.
Inherited by gd::ReadOnlyArbitraryEventsWorker, and gd::ReadOnlyArbitraryEventsWorkerWithContext.
Protected Member Functions | |
void | StopAnyEventIteration () override |
Abort the iteration on the events. | |
virtual void | VisitEvent (const gd::BaseEvent &event) override |
void | VisitEventList (const gd::EventsList &events) |
ReadOnlyArbitraryEventsWorker is an abstract class used to browse events (and instructions). It must not be inherited directly.
|
overrideprotectedvirtual |
Called to do some work on an event.
Implements gd::ReadOnlyEventVisitor.