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

◆ RollAPrefix()

bool Terraria.Item.RollAPrefix ( UnifiedRandom random,
ref int rolledPrefix )
inlineprivate

Definition at line 1869 of file Item.cs.

1870 {
1871 return PrefixLoader.Roll(this, random, out rolledPrefix, justCheck: false);
1872 }
static bool Roll(Item item, UnifiedRandom unifiedRandom, out int prefix, bool justCheck)

References Terraria.ModLoader.PrefixLoader.Roll().

Referenced by Terraria.Item.Prefix().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: