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.OneFromOptionsDropRule Class Reference
+ Inheritance diagram for Terraria.GameContent.ItemDropRules.OneFromOptionsDropRule:
+ Collaboration diagram for Terraria.GameContent.ItemDropRules.OneFromOptionsDropRule:

Public Member Functions

 OneFromOptionsDropRule (int chanceDenominator, int chanceNumerator, params int[] options)
 
bool CanDrop (DropAttemptInfo info)
 
ItemDropAttemptResult TryDroppingItem (DropAttemptInfo info)
 
void ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
 

Public Attributes

int[] dropIds
 
int chanceDenominator
 
int chanceNumerator
 

Properties

List< IItemDropRuleChainAttemptChainedRules [get, set, private set]
 

Private Attributes

List< IItemDropRuleChainAttempt >< ChainedRulesk__BackingField
 

Detailed Description

Definition at line 11 of file OneFromOptionsDropRule.cs.


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