ACE3/TO_MERGE/cse/main/version/functions/fn_getVersion.sqf
2015-01-12 23:35:40 +01:00

11 lines
263 B
Plaintext

/**
* fn_getVersion.sqf
* @Descr: Get the version number of the current CSE Build
* @Author: Glowbal
*
* @Arguments: []
* @Return: STRING String containing the version
* @PublicAPI: true
*/
getText (configFile >> "cfgPatches" >> "cse_main" >> "version");