Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 645

GridTerminalSystem BlockGroups Property

$
0
0
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.

Code:
for(var i = 0; i < GridTerminalSystem.BlockGroups.Count; i++) 
{ 
var blkGrp = (IMyBlockGroup) GridTerminalSystem.BlockGroups[i]; 
if(blkGrp.Name == "Sound") //Name of group you...
GridTerminalSystem BlockGroups Property

Viewing all articles
Browse latest Browse all 645

Trending Articles