GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | List of all members
gd::ArbitraryEventsFunctionsWorker Class Reference

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.
 

Detailed Description

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.


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