Documentation
IPS_GetReferenceList
array IPS_GetReferenceList (int $InstanceID)
Parameters
InstanceID | Instance ID |
Returns
An array of integer values of all IDs of the referenced objects
Description
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)
Example
IPS_GetReferenceList(12345);