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.LootSimulation.LootSimulationItemCounter Class Reference
+ Collaboration diagram for Terraria.GameContent.LootSimulation.LootSimulationItemCounter:

Public Member Functions

 LootSimulationItemCounter ()
 
void AddItem (int itemId, int amount, bool expert)
 
void Exclude (params int[] itemIds)
 
void IncreaseTimesAttempted (int amount, bool expert)
 
string PrintCollectedItems (bool expert)
 

Private Attributes

long[] _itemCountsObtained
 
long[] _itemCountsObtainedExpert
 
long _totalTimesAttempted
 
long _totalTimesAttemptedExpert
 

Detailed Description

Definition at line 12 of file LootSimulationItemCounter.cs.


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