Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.ItemDropRules.Chains Class Reference

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)
 

Detailed Description

Definition at line 5 of file Chains.cs.


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