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

PB display all blocks to LCD

$
0
0
Hey guys,

Im fairly new to scripting (ha have been for years) and im trying to get started in C# within SE.

i wanted to make a simple script that created a list ALL functional blocks on an LCD screen.

so far i have raided other scripts and tried using my limited knowledge to write it myself but always get the same error.

i have tried

List<IMyTerminalBlock> var = new List<IMyTereminalBlock>;
for (int i = 0; i < var.Count; i++){
/*output to LCD screen*/
}
but i always get 'cannot...

PB display all blocks to LCD

Viewing all articles
Browse latest Browse all 903

Trending Articles