Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int x]
Bits64
Terraria.Utilities.Vertical64BitStrips.this[int x]
get
set
Definition at line
10
of file
Vertical64BitStrips.cs
.
11
{
12
get
13
{
14
return
arr
[x];
15
}
16
set
17
{
18
arr
[x] =
value
;
19
}
20
}
System.ExceptionArgument.value
@ value
Terraria.Utilities.Vertical64BitStrips.arr
Bits64[] arr
Definition
Vertical64BitStrips.cs:8
Terraria
Utilities
Vertical64BitStrips
Generated by
1.10.0