Class EngineInfo
Defined in File WMX3Api.h
Class Documentation
-
class EngineInfo
This class contains the information of the engine.
Public Functions
-
EngineInfo()
Public Members
-
int majorVersion
The major version number of the engine.
-
int minorVersion
The minor version number of the engine.
-
int revisionVersion
The revision version number of the engine.
-
int fixVersion
The fix version number of the engine.
-
int imlibVersion
The version number of the IMLIB.
-
int imlibRevision
The revision number of the IMLIB.
-
int numLicensedAxes
The number of axes that are licensed to run with the current license.
-
unsigned char options[64]
The options that are currently licensed to run.
-
EngineInfo()