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

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 gd::String Year ()
 Get Year of the release.
 
static gd::String Month ()
 Get Month of the release.
 
static gd::String Date ()
 Get Day of the 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.
 

Detailed Description

Used to get information about GDevelop Core version.


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