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

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.
 

Detailed Description

Reorder the parameters of the instruction with the specified type in events, moving the parameter at the specified oldIndex to newIndex.

See also
ExpressionsParameterMover

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