Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OneFromOptionsWithNumerator()
static
IItemDropRule
Terraria.GameContent.ItemDropRules.ItemDropRule.OneFromOptionsWithNumerator
(
int
chanceDenominator
,
int
chanceNumerator
,
params int[]
options
)
inline
static
Definition at line
65
of file
ItemDropRule.cs
.
66
{
67
return
new
OneFromOptionsDropRule(chanceDenominator, chanceNumerator, options);
68
}
Terraria
GameContent
ItemDropRules
ItemDropRule
Generated by
1.10.0