terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
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, set, private set] |
Private Attributes | |
List< IItemDropRuleChainAttempt >< ChainedRules > | k__BackingField |
Definition at line 11 of file OneFromRulesRule.cs.