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

Replace in expressions and in parameters of actions or conditions, references to the name of an object by another. More...

Inherits gd::ArbitraryEventsWorkerWithContext.

Public Member Functions

 EventsObjectReplacer (const gd::Platform &platform_, const gd::ObjectsContainer &targetedObjectsContainer_, const gd::String &oldObjectName_, const gd::String &newObjectName_)
 
- 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.
 

Additional Inherited Members

- Protected Member Functions inherited from gd::ArbitraryEventsWorkerWithContext
const gd::ProjectScopedContainersGetProjectScopedContainers ()
 
const gd::ObjectsContainersListGetObjectsContainersList ()
 
- Protected Member Functions inherited from gd::AbstractArbitraryEventsWorker
void VisitEventList (gd::EventsList &events)
 

Detailed Description

Replace in expressions and in parameters of actions or conditions, references to the name of an object by another.


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