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

Tool class providing methods to strip useless data for a project after it has been exported. More...

#include <ProjectStripper.h>

Static Public Member Functions

static void StripProjectForExport (gd::Project &project)
 Create a stripped version of the project for export: Objects groups are deleted as well as all events. More...
 

Detailed Description

Tool class providing methods to strip useless data for a project after it has been exported.

Member Function Documentation

◆ StripProjectForExport()

void GD_CORE_API gd::ProjectStripper::StripProjectForExport ( gd::Project project)
static

Create a stripped version of the project for export: Objects groups are deleted as well as all events.

Parameters
projectThe project to be stripped.

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