GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
An events worker that will know about the context (the objects container). Useful for workers working on expressions notably. More...
#include <ArbitraryEventsWorker.h>
Inherits gd::AbstractArbitraryEventsWorker.
Inherited by gd::EventsBehaviorRenamer, gd::EventsContextAnalyzer, gd::EventsObjectReplacer, gd::EventsParameterReplacer, gd::EventsPropertyReplacer, gd::EventsVariableInstructionTypeSwitcher, gd::EventsVariableReplacer, gd::ExpressionsParameterMover, gd::ExpressionsRenamer, gd::LinkEventTargetRenamer, gd::ProjectElementRenamer, and gd::UsedExtensionsFinder.
Public Member Functions | |
void | Launch (gd::EventsList &events, const gd::ProjectScopedContainers &projectScopedContainers) |
Launch the worker on the specified events list, giving the objects container on which the events are applying to. | |
Protected Member Functions | |
const gd::ProjectScopedContainers & | GetProjectScopedContainers () |
const gd::ObjectsContainersList & | GetObjectsContainersList () |
Protected Member Functions inherited from gd::AbstractArbitraryEventsWorker | |
void | VisitEventList (gd::EventsList &events) |
An events worker that will know about the context (the objects container). Useful for workers working on expressions notably.