Space Engineers

Space Engineers

Otillräckligt med betyg
Get All Blocks from a Group
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
359.036 KB
4 jan, 2015 @ 11:40
4 jan, 2015 @ 11:48
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
Get All Blocks from a Group

Beskrivning
This script allows the use of a method GetBlocksFromGroup(string groupName) to get all blocks from a group. Returns List<IMyTerminalBlock> and throws an exception if the group is not found.

USAGE EXAMPLE:
var lights = GetBlocksFromGroup("Lights");