Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Cache

override Instruction [] System.Linq.Expressions.Interpreter.BranchTrueInstruction.Cache
get

Definition at line 7 of file BranchTrueInstruction.cs.

8 {
9 get
10 {
11 if (s_cache == null)
12 {
13 s_cache = new Instruction[32];
14 }
15 return s_cache;
16 }
17 }