mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
16 lines
272 B
Plaintext
16 lines
272 B
Plaintext
/*
|
|
* Author: Glowbal
|
|
* Get the version number of the current ACE build.
|
|
*
|
|
* Arguments:
|
|
* None
|
|
*
|
|
* Return Value:
|
|
* ACE Version <STRING>
|
|
*
|
|
* Public: Yes
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
getText (configFile >> "CfgPatches" >> "ACE_main" >> "version") // return
|