ACE3/addons/common/functions/fnc_isModLoaded.sqf

13 lines
336 B
Plaintext
Raw Normal View History

2015-01-16 23:21:47 +00:00
/**
* fn_isModLoaded_f.sqf
* Descr: Check in cfgPatches if modification is loaded
* Author: Glowbal
*
* Arguments: [modName STRING (Classname of the mod in cfgPatches)]
* Return: BOOL true if modification is loaded
* PublicAPI: true
*/
#include "script_component.hpp"
(isClass (configFile >> "cfgPatches" >> (_this select 0)))