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

◆ MapEntry() [1/2]

Terraria.ModLoader.MapEntry.MapEntry ( Color color,
LocalizedText name = null )
inlinepackage

Definition at line 15 of file MapEntry.cs.

16 {
17 //IL_000b: Unknown result type (might be due to invalid IL or missing references)
18 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
19 if (name == null)
20 {
22 }
23 this.color = color;
24 this.name = name;
26 }
static readonly LocalizedText Empty
Contains the localization value corresponding to a key for the current game language....
Func< string, int, int, string > getName
Definition MapEntry.cs:13
static string sameName(string name, int x, int y)
Definition MapEntry.cs:37

References Terraria.ModLoader.MapEntry.color, Terraria.Localization.LocalizedText.Empty, Terraria.ModLoader.MapEntry.getName, Terraria.ModLoader.MapEntry.name, and Terraria.ModLoader.MapEntry.sameName().

+ Here is the call graph for this function: