mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
e72a9bbba3
Introduced a new XM8 Apps Introduced a new version of the VG App, compatible with the new system.
11 lines
316 B
Plaintext
11 lines
316 B
Plaintext
params ["_display","_slide","_key","_map","_index",["_ctrl", controlNull]];
|
|
|
|
_map = call compile format["ExAd_XM8_MAP_%1",_slide];
|
|
_index = _map find _key;
|
|
|
|
if (_index != -1) then {
|
|
_idc = ((getNumber (missionConfigFile >> "CfgXM8" >> _slide >> "controlID")) + _index);
|
|
_ctrl = _display displayCtrl _idc;
|
|
};
|
|
|
|
_ctrl |