Go to documentation repository
...
Method call syntax:
| Code Block |
|---|
function GetLinkedObjects(type1 : string, id : string, type2 : string) |
...
| Code Block |
|---|
if (Event.SourceType == "MACRO")
{
varmsgstr = GetLinkedObjects("CAM","1","MACRO")
DebugLogString("Linked objects " + msgstr);
} |
As a result the "Linked objects MACRO:1" message will be displayed in the script debug window.