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

◆ GetBuffDescription()

static string Terraria.Lang.GetBuffDescription ( int id)
inlinestatic

Gets the description of the provided buff type (T:Terraria.ID.BuffID) as a string.

Definition at line 205 of file Lang.cs.

206 {
207 return _buffDescriptionCache[id].Value;
208 }
static LocalizedText[] _buffDescriptionCache
Definition Lang.cs:60

References Terraria.Lang._buffDescriptionCache.

Referenced by Terraria.Main.GetBuffTooltip().

+ Here is the caller graph for this function: