ACE3/TO_MERGE/cse/main/version/functions/fn_getVersion.sqf

11 lines
263 B
Plaintext
Raw Normal View History

2015-01-12 22:35:40 +00:00
/**
* 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");