|
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
|
Collaboration diagram for Terraria.GameContent.ItemDropRules.Chains:Classes | |
| class | TryIfDoesntFillConditions |
| class | TryIfFailedRandomRoll |
| class | TryIfSucceeded |
Static Public Member Functions | |
| static void | ReportDroprates (List< IItemDropRuleChainAttempt > ChainedRules, float personalDropRate, List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) |
| static IItemDropRule | OnFailedRoll (this IItemDropRule rule, IItemDropRule ruleToChain, bool hideLootReport=false) |
| static IItemDropRule | OnSuccess (this IItemDropRule rule, IItemDropRule ruleToChain, bool hideLootReport=false) |
| static IItemDropRule | OnFailedConditions (this IItemDropRule rule, IItemDropRule ruleToChain, bool hideLootReport=false) |