Terraria v1.4.4.9
Terraria source code documentation
|
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, private set] |
Private Attributes | |
List< int > | _temporaryAvailableItems = new List<int>() |
Definition at line 5 of file FromOptionsWithoutRepeatsDropRule.cs.