![]() |
GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
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. | |
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).