|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| OneFromRulesRule (int chanceDenominator, params IItemDropRule[] options) | |
| bool | CanDrop (DropAttemptInfo info) |
| ItemDropAttemptResult | TryDroppingItem (DropAttemptInfo info) |
| ItemDropAttemptResult | TryDroppingItem (DropAttemptInfo info, ItemDropRuleResolveAction resolveAction) |
| void | ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) |
Public Attributes | |
| IItemDropRule[] | options |
| int | chanceDenominator |
Properties | |
| List< IItemDropRuleChainAttempt > | ChainedRules [get, private set] |
Definition at line 5 of file OneFromRulesRule.cs.