GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Rename the type of required behavior in event-based behaviors. More...
#include <RequiredBehaviorRenamer.h>
Inherits gd::ArbitraryEventBasedBehaviorsWorker.
Public Member Functions | |
RequiredBehaviorRenamer (const gd::String &oldBehaviorType_, const gd::String &newBehaviorType_) | |
Public Member Functions inherited from gd::ArbitraryEventBasedBehaviorsWorker | |
void | Launch (gd::SerializableWithNameList< gd::EventsBasedBehavior > &behaviors) |
Launch the worker on the specified event-based behaviors. | |
void | Launch (EventsBasedBehavior &behavior) |
Launch the worker on the specified event-based behavior. | |
Rename the type of required behavior in event-based behaviors.