VEMFr_fnc_modAppID

This commit is contained in:
IT07 2016-07-19 21:28:19 +02:00
parent 809d1e70e1
commit 9a05bdea97

View File

@ -0,0 +1,16 @@
/*
Author: IT07
Description:
returns the appID of given DLC
Params:
_this: STRING - name of DLC/Expansion
Returns:
SCALAR - appID
*/
private "_r";
_r = getNumber (configFile >> "CfgAppIDs" >> _this);
_r