![]() |
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.
Public Member Functions | |
| void | SetSkipDisabledEvents (bool skip) |
| When enabled, disabled events and their entire subtree are skipped during traversal. | |
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.