GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | List of all members

Replace in events all instructions of the specified type by another type. More...

#include <InstructionsTypeRenamer.h>

Inherits gd::ArbitraryEventsWorker.

Public Member Functions

 InstructionsTypeRenamer (const gd::Project &project_, const gd::String &oldType_, const gd::String &newType_)
 
- Public Member Functions inherited from gd::ArbitraryEventsWorker
void Launch (gd::EventsList &events)
 Launch the worker on the specified events list.
 

Detailed Description

Replace in events all instructions of the specified type by another type.


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