GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Replace in expressions and in parameters of actions or conditions, references to the name of a property by another. More...
#include <EventsPropertyReplacer.h>
Inherits gd::ArbitraryEventsWorkerWithContext.
Public Member Functions | |
EventsPropertyReplacer (const gd::Platform &platform_, const gd::PropertiesContainer &targetPropertiesContainer_, const std::unordered_map< gd::String, gd::String > &oldToNewPropertyNames_, const std::unordered_set< gd::String > &removedPropertyNames_) | |
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. | |
Static Public Member Functions | |
static bool | CanContainProperty (const gd::ValueTypeMetadata &valueTypeMetadata) |
Additional Inherited Members | |
Protected Member Functions inherited from gd::ArbitraryEventsWorkerWithContext | |
const gd::ProjectScopedContainers & | GetProjectScopedContainers () |
const gd::ObjectsContainersList & | GetObjectsContainersList () |
Protected Member Functions inherited from gd::AbstractArbitraryEventsWorker | |
void | VisitEventList (gd::EventsList &events) |
Replace in expressions and in parameters of actions or conditions, references to the name of a property by another.