Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetTrueIndexes()
[1/2]
static
List
< int > Terraria.Utils.GetTrueIndexes
(
params
bool
arrays
[][]
)
inline
static
Definition at line
1515
of file
Utils.cs
.
1516
{
1517
List<int>
list
=
new
List<int>
();
1518
foreach
(
bool
[]
array
in
arrays
)
1519
{
1520
list
.AddRange(
array
.GetTrueIndexes());
1521
}
1522
return
list
.Distinct().ToList();
1523
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.list
@ list
System.ExceptionArgument.array
@ array
References
System.array
, and
System.list
.
Terraria
Utils
Generated by
1.10.0