ACE3/addons/flags/XEH_preStart.sqf

7 lines
287 B
Plaintext
Raw Normal View History

2022-06-10 19:46:06 +00:00
#include "script_component.hpp"
#include "XEH_PREP.hpp"
private _flagItems = (configProperties [configfile >> "CfgWeapons", QUOTE(isClass _x && {isText (_x >> QQGVAR(texture))}), true]) apply {configName _x};
2022-06-10 19:46:06 +00:00
uiNamespace setVariable [QGVAR(allFlagItems), compileFinal str _flagItems];