Method for returning the version number of the currently running engine.
versionInfo = "" call getEngineVersion(versionInfo)
The GETENGINEVERSION method has the following parameters.
Parameter | Description |
---|---|
VersionInfo | Variable into which the version number will be place |
No value is returned; instead, the version number is stored in the passed parameter.
versionInfo = "" call getEngineVersion(versionInfo)