ACE3/addons/common/functions/fnc_getVersion.sqf

11 lines
294 B
Plaintext
Raw Normal View History

2015-01-16 23:21:47 +00:00
/**
* 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");