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

How to save global variable of type IMyTerminalBlock?

$
0
0
there is my sample:
Code:
        List<IMyTerminalBlock> TerminalBlocks;
        List<IMyOxygenTank> OxygenTanks;
        List<IMyOxygenTank> HydrogenTanks;

        public Program()
        {
            List<IMyTerminalBlock> TerminalBlocks = new List<IMyTerminalBlock>();
            List<IMyOxygenTank> OxygenTanks = new List<IMyOxygenTank>();
            List<IMyOxygenTank> HydrogenTanks = new List<IMyOxygenTank>();...
How to save global variable of type IMyTerminalBlock?

Viewing all articles
Browse latest Browse all 903

Trending Articles