ACE3/addons/common/functions/fnc_getVersion.sqf
Phyma ffaa195fe5 Conform function headers to coding guidelines (#5255)
* Fixed headers to work with silentspike python script

* Fixed rest of the files

* Fixed ace-team
2017-06-08 15:31:51 +02:00

19 lines
324 B
Plaintext

/*
* Author: Glowbal
* Get the version number of the current ACE build.
*
* Arguments:
* None
*
* Return Value:
* ACE Version <STRING>
*
* Example:
* [] call ace_common_fnc_getVersion
*
* Public: Yes
*/
#include "script_component.hpp"
getText (configFile >> "CfgPatches" >> "ACE_main" >> "version") // return