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

Switch the types of variable instructions for a given set of variables. More...

#include <EventsVariableInstructionTypeSwitcher.h>

Inherits gd::ArbitraryEventsWorkerWithContext.

Public Member Functions

 EventsVariableInstructionTypeSwitcher (const gd::Platform &platform_, const std::unordered_set< gd::String > &typeChangedVariableNames_, const gd::VariablesContainer &targetVariablesContainer_)
 
 EventsVariableInstructionTypeSwitcher (const gd::Platform &platform_, const std::unordered_set< gd::String > &typeChangedVariableNames_, const gd::String &groupName_)
 
- Public Member Functions inherited from gd::ArbitraryEventsWorkerWithContext
void Launch (gd::EventsList &events, const gd::ProjectScopedContainers &projectScopedContainers)
 Launch the worker on the specified events list, giving the objects container on which the events are applying to.
 
- Public Member Functions inherited from gd::AbstractArbitraryEventsWorker
void SetSkipDisabledEvents (bool skip)
 When enabled, disabled events and their entire subtree are skipped during traversal.
 

Additional Inherited Members

- Protected Member Functions inherited from gd::ArbitraryEventsWorkerWithContext
const gd::ProjectScopedContainersGetProjectScopedContainers ()
 
const gd::ObjectsContainersListGetObjectsContainersList ()
 
- Protected Member Functions inherited from gd::AbstractArbitraryEventsWorker
void VisitEventList (gd::EventsList &events)
 

Detailed Description

Switch the types of variable instructions for a given set of variables.

See also
gd::VariableInstructionSwitcher

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