1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/common/functions/fnc_getVersion.sqf
Phyma ffaa195fe5 Conform function headers to coding guidelines ()
* 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