GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Reorder the parameters of the instruction with the specified type in events, moving the parameter at the specified oldIndex to newIndex. More...
#include <InstructionsParameterMover.h>
Inherits gd::ArbitraryEventsWorker.
Public Member Functions | |
InstructionsParameterMover (const gd::Project &project_, const gd::String &instructionType_, std::size_t oldIndex_, std::size_t newIndex_) | |
Public Member Functions inherited from gd::ArbitraryEventsWorker | |
void | Launch (gd::EventsList &events) |
Launch the worker on the specified events list. | |
Additional Inherited Members | |
Protected Member Functions inherited from gd::AbstractArbitraryEventsWorker | |
void | VisitEventList (gd::EventsList &events) |
Reorder the parameters of the instruction with the specified type in events, moving the parameter at the specified oldIndex to newIndex.