|
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
|
Inheritance diagram for Terraria.GameContent.ItemDropRules.Chains.TryIfSucceeded:
Collaboration diagram for Terraria.GameContent.ItemDropRules.Chains.TryIfSucceeded:Public Member Functions | |
| TryIfSucceeded (IItemDropRule rule, bool hideLootReport=false) | |
| bool | CanChainIntoRule (ItemDropAttemptResult parentResult) |
| void | ReportDroprates (float personalDropRate, List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) |
Public Attributes | |
| bool | hideLootReport |
Properties | |
| IItemDropRule | RuleToChain [get, set, private set] |
Private Attributes | |
| IItemDropRule< RuleToChain > | k__BackingField |