GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | Static Public Member Functions | List of all members

Analyze events to list all the objects being used in them. More...

#include <EventsContextAnalyzer.h>

Inherits gd::ArbitraryEventsWorkerWithContext.

Public Member Functions

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

Static Public Member Functions

static void AnalyzeParameter (const gd::Platform &platform, const gd::ProjectScopedContainers &projectScopedContainers, const gd::ParameterMetadata &metadata, const gd::Expression &parameter, EventsContext &context, const gd::String &lastObjectName)
 

Additional Inherited Members

- Protected Member Functions inherited from gd::ArbitraryEventsWorkerWithContext
const gd::ProjectScopedContainersGetProjectScopedContainers ()
 
const gd::ObjectsContainersListGetObjectsContainersList ()
 

Detailed Description

Analyze events to list all the objects being used in them.

Member Function Documentation

◆ GetEventsContext()

const EventsContext& gd::EventsContextAnalyzer::GetEventsContext ( )
inline

Get the context containing the objects that are used in the events.


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