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
Loading...
Searching...
No Matches
Terraria.GameContent.ItemDropRules.CommonDropWithRerolls Class Reference
+ Inheritance diagram for Terraria.GameContent.ItemDropRules.CommonDropWithRerolls:
+ Collaboration diagram for Terraria.GameContent.ItemDropRules.CommonDropWithRerolls:

Public Member Functions

 CommonDropWithRerolls (int itemId, int chanceDenominator, int amountDroppedMinimum, int amountDroppedMaximum, int rerolls)
 
override ItemDropAttemptResult TryDroppingItem (DropAttemptInfo info)
 
override void ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
 
virtual bool CanDrop (DropAttemptInfo info)
 

Public Attributes

int timesToRoll
 
int itemId
 
int chanceDenominator
 
int amountDroppedMinimum
 
int amountDroppedMaximum
 
int chanceNumerator
 

Properties

List< IItemDropRuleChainAttemptChainedRules [get, set, private set]
 

Private Attributes

List< IItemDropRuleChainAttempt >< ChainedRulesk__BackingField
 

Detailed Description

Definition at line 10 of file CommonDropWithRerolls.cs.


The documentation for this class was generated from the following file: