GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | Protected Member Functions | List of all members
gd::ReadOnlyArbitraryEventsWorkerWithContext Class Reference

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::ReadOnlyArbitraryEventsWorker.

Public Member Functions

void Launch (const 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.
 
void Launch (gd::EventsList &events)=delete
 
- Public Member Functions inherited from gd::ReadOnlyArbitraryEventsWorker
void Launch (const gd::EventsList &events)
 Launch the worker on the specified events list.
 

Protected Member Functions

const gd::ProjectScopedContainersGetProjectScopedContainers ()
 
- Protected Member Functions inherited from gd::ReadOnlyArbitraryEventsWorker
void StopAnyEventIteration () override
 Abort the iteration on the events.
 

Detailed Description

An events worker that will know about the context (the objects container). Useful for workers working on expressions notably.

See also
gd::ReadOnlyArbitraryEventsWorker

The documentation for this class was generated from the following files: