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

Count the number of instructions in a project excluding extensions. More...

#include <InstructionsCountEvaluator.h>

Inherits gd::ArbitraryEventsWorker.

Static Public Member Functions

static const int ScanProject (gd::Project &project)
 

Additional Inherited Members

- Public Member Functions inherited from gd::ArbitraryEventsWorker
void Launch (gd::EventsList &events)
 Launch the worker on the specified events list.
 

Detailed Description

Count the number of instructions in a project excluding extensions.

This is used by the examples repository to evaluate examples size.

Member Function Documentation

◆ ScanProject()

const int gd::InstructionsCountEvaluator::ScanProject ( gd::Project project)
static

Return the number of instructions in the project excluding extensions.


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