terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
GiveItemGoodPrefixes()
static
void
Terraria.WorldGen.GiveItemGoodPrefixes
(
Item
item
)
inline
static
private
Definition at line
2996
of file
WorldGen.cs
.
2997
{
2998
bool
accessory =
item
.accessory;
2999
if
(!accessory || !accessory)
3000
{
3001
}
3002
bool
melee =
item
.melee;
3003
if
(!melee || !melee)
3004
{
3005
}
3006
bool
ranged =
item
.ranged;
3007
if
(!ranged || !ranged)
3008
{
3009
}
3010
bool
magic =
item
.magic;
3011
if
(!magic || !magic)
3012
{
3013
}
3014
bool
summon =
item
.summon;
3015
if
(summon)
3016
{
3017
if
(!summon)
3018
{
3019
}
3020
return
;
3021
}
3022
}
System.ExceptionArgument.item
@ item
References
System.item
.
Terraria
WorldGen
Generated by
1.10.0