Greetings
Is the GridTerminalSystem.BlockGroups property removed?
Am trying to get this piece of code to work, but I keep getting the error that the property does not exist. I've tried to lookup
the current Documentation. But this seems to be an impossible task with so many versions of it around the net.
GridTerminalSystem BlockGroups Property
Is the GridTerminalSystem.BlockGroups property removed?
Am trying to get this piece of code to work, but I keep getting the error that the property does not exist. I've tried to lookup
the current Documentation. But this seems to be an impossible task with so many versions of it around the net.
Code:
for(var i = 0; i < GridTerminalSystem.BlockGroups.Count; i++) { var blkGrp = (IMyBlockGroup) GridTerminalSystem.BlockGroups[i]; if(blkGrp.Name == "Sound") //Name of group you...