|
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.FromOptionsWithoutRepeatsDropRule:
Collaboration diagram for Terraria.GameContent.ItemDropRules.FromOptionsWithoutRepeatsDropRule:Public Member Functions | |
| FromOptionsWithoutRepeatsDropRule (int dropCount, params int[] options) | |
| bool | CanDrop (DropAttemptInfo info) |
| ItemDropAttemptResult | TryDroppingItem (DropAttemptInfo info) |
| void | ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) |
Public Attributes | |
| int[] | dropIds |
| int | dropCount |
Properties | |
| List< IItemDropRuleChainAttempt > | ChainedRules [get, set, private set] |
Private Attributes | |
| List< IItemDropRuleChainAttempt >< ChainedRules > | k__BackingField |
| List< int > | _temporaryAvailableItems |
Definition at line 11 of file FromOptionsWithoutRepeatsDropRule.cs.