GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
ArbitraryEventsFunctionsWorker is an abstract class used to browse event-based behaviors and do some work on them. It can be used to implement refactoring for example. More...
#include <ArbitraryEventBasedBehaviorsWorker.h>
Inherited by gd::BehaviorObjectTypeRenamer, and gd::RequiredBehaviorRenamer.
Public Member Functions | |
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. | |
ArbitraryEventsFunctionsWorker is an abstract class used to browse event-based behaviors and do some work on them. It can be used to implement refactoring for example.