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

◆ scrollStackLang

string [] Terraria.ModLoader.AccessorySlotLoader.scrollStackLang
static
Initial value:
= new string[2]
{
Language.GetTextValue("tModLoader.slotStack"),
Language.GetTextValue("tModLoader.slotScroll")
}

Definition at line 24 of file AccessorySlotLoader.cs.

25 {
26 Language.GetTextValue("tModLoader.slotStack"),
27 Language.GetTextValue("tModLoader.slotScroll")
28 };
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

Referenced by Terraria.ModLoader.AccessorySlotLoader.DrawScrollSwitch().