ACE3/addons/common/functions/fnc_isModLoaded.sqf
Glowbal 13c2127574 Clean up of old CSE code
Removed all _F suffixes
Reorganized the RPEP list.
Removed unnecessary functions.
2015-02-14 20:29:07 +01:00

13 lines
336 B
Plaintext

/**
* 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)))