GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
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. | |
Protected Member Functions inherited from gd::AbstractArbitraryEventsWorker | |
void | VisitEventList (gd::EventsList &events) |
Count the number of instructions in a project excluding extensions.
This is used by the examples repository to evaluate examples size.
|
static |
Return the number of instructions in the project excluding extensions.