Documentation
IPS_ModuleExists
boolean IPS_ModuleExists (string $ModuleID)
Parameters
ModuleID | ID of the module |
Returns
If the ModuleID exists in the system, TRUE is returned, otherwise FALSE.
Description
The command checks if the module with the ID ModuleID exists.
Example
if (IPS_ModuleExists("{48FCFDC1-11A5-4309-BB0B-A0DB8042A969}"))
echo "FS20 Module exists!";