ACE3/addons/common/functions/fnc_getVersion.sqf
2015-01-17 00:21:47 +01:00

11 lines
294 B
Plaintext

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