GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
ArbitraryEventsFunctionsWorker is an abstract class used to browse functions signatures and do some work on them. It can be used to implement refactoring for example. More...
#include <ArbitraryEventsFunctionsWorker.h>
Inherited by gd::FunctionParameterBehaviorTypeRenamer, and gd::FunctionParameterObjectTypeRenamer.
Public Member Functions | |
void | Launch (gd::EventsFunctionsContainer &functions) |
Launch the worker on the specified function container. | |
ArbitraryEventsFunctionsWorker is an abstract class used to browse functions signatures and do some work on them. It can be used to implement refactoring for example.