Requires: IP-Symcon >= 2.6
boolean IPS_FunctionExists (integer $FunctionName)
FunctionName | Name of the checked function |
If the command succeeds, it returns TRUE, otherwise FALSE. |
The function checks if the function named FunctionName is registrated within IP Symcon.
if (IPS_FunctionExists("GetValue")) echo "The function GetValue exists!";