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

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.
 

Detailed Description

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.


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