GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
ArbitraryBehaviorSharedDataWorker is an abstract class used to browse shared data and do some work on them. It can be used to implement refactoring for example. More...
#include <ArbitraryBehaviorSharedDataWorker.h>
Inherited by gd::BehaviorsSharedDataBehaviorTypeRenamer.
Public Member Functions | |
void | Launch (const std::map< gd::String, std::unique_ptr< gd::BehaviorsSharedData >> &sharedDatas) |
Launch the worker on the specified shared data. | |
ArbitraryBehaviorSharedDataWorker is an abstract class used to browse shared data and do some work on them. It can be used to implement refactoring for example.