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

Replace in expressions, in parameters of actions or conditions, calls to a function by another function. More...

#include <ExpressionsRenamer.h>

Inherits gd::ArbitraryEventsWorkerWithContext.

Public Member Functions

 ExpressionsRenamer (const gd::Platform &platform_)
 
ExpressionsRenamerSetReplacedFreeExpression (const gd::String &oldFunctionName_, const gd::String &newFunctionName_)
 
ExpressionsRenamerSetReplacedObjectExpression (const gd::String &objectType_, const gd::String &oldFunctionName_, const gd::String &newFunctionName_)
 
ExpressionsRenamerSetReplacedBehaviorExpression (const gd::String &behaviorType_, const gd::String &oldFunctionName_, const gd::String &newFunctionName_)
 
- 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.
 

Additional Inherited Members

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

Detailed Description

Replace in expressions, in parameters of actions or conditions, calls to a function by another function.


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