array IPS_GetReferenceList (integer $InstanceID)
InstanceID | Instance ID |
An array of integer values of all IDs of the referenced objects |
This function returns an array of the IDs of all referenced objects of the instance with the ID InstanceID. If there is no reference, the array is empty. (e.g. the "Archive Control" references all variables that are logged there)
IPS_GetReferenceList(12345);