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

Make the objects of a given custom object type that use a given variant use the default variant instead (typically because the variant is about to be deleted). More...

#include <CustomObjectVariantResetter.h>

Inherits gd::ArbitraryObjectsWorker.

Public Member Functions

 CustomObjectVariantResetter (const gd::String &objectType_, const gd::String &variantName_)
 
- Public Member Functions inherited from gd::ArbitraryObjectsWorker
void Launch (gd::ObjectsContainer &objects)
 Launch the worker on the specified object container.
 
void Launch (gd::Object &object)
 Launch the worker on the specified object.
 

Detailed Description

Make the objects of a given custom object type that use a given variant use the default variant instead (typically because the variant is about to be deleted).


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