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

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.
 

Detailed Description

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.


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