mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
VEMFr_fnc_modAppID
This commit is contained in:
parent
809d1e70e1
commit
9a05bdea97
16
a3_vemf_reloaded/fn/fn_modAppID.sqf
Normal file
16
a3_vemf_reloaded/fn/fn_modAppID.sqf
Normal 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
|
Loading…
Reference in New Issue
Block a user