TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ GetConditionDescription()

string Terraria.GameContent.ItemDropRules.Conditions.FromCertainWaveAndAbove.GetConditionDescription ( )
inline

Implements Terraria.GameContent.ItemDropRules.IProvideItemConditionDescription.

Definition at line 267 of file Conditions.cs.

268 {
269 return Language.GetTextValue("Bestiary_ItemDropConditions.PastWaveBasedDrop", neededWave);
270 }
static string GetTextValue(string key)
Retrieves the text value for a specified localization key. The text returned will be for the currentl...
Definition Language.cs:35
Contains methods to access or retrieve localization values. The Localization Guideteaches more about ...
Definition Language.cs:12

References Terraria.Localization.Language.GetTextValue(), and Terraria.GameContent.ItemDropRules.Conditions.FromCertainWaveAndAbove.neededWave.

+ Here is the call graph for this function: