mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
742626ff1a
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
19 lines
330 B
Plaintext
19 lines
330 B
Plaintext
#include "..\script_component.hpp"
|
|
/*
|
|
* 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
|
|
*/
|
|
|
|
getText (configFile >> "CfgPatches" >> "ACE_main" >> "versionStr") // return
|