![]() |
GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Used to get information about GDevelop Core version. More...
#include <VersionWrapper.h>
Static Public Member Functions | |
| static int | Major () |
| Get GDevelop Core Major version number. | |
| static int | Minor () |
| Get GDevelop Core Minor version number. | |
| static int | Build () |
| Get GDevelop Core Build version number. | |
| static int | Revision () |
| Get GDevelop Core Revision version number. | |
| static gd::String | FullString () |
| Get a full string containing version. | |
| static gd::String | Status () |
| Get GDCore status ( Alpha/Beta/Release Candidate/Release ) | |
| static bool | IsOlder (int major, int minor, int build, int revision, int major2, int minor2, int build2, int revision2) |
| Return true if the first version is older than the second version. | |
| static bool | IsOlderOrEqual (int major, int minor, int build, int revision, int major2, int minor2, int build2, int revision2) |
| Return true if the first version is older or equal to the second version. | |
Used to get information about GDevelop Core version.