TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.MapLoader Class Reference
+ Collaboration diagram for Terraria.ModLoader.MapLoader:

Static Package Functions

static int modTileOptions (ushort type)
 
static int modWallOptions (ushort type)
 
static void FinishSetup ()
 
static void UnloadModMap ()
 
static void ModMapOption (ref ushort mapType, int i, int j)
 

Static Package Attributes

static bool initialized = false
 
static readonly IDictionary< ushort, IList< MapEntry > > tileEntries = new Dictionary<ushort, IList<MapEntry>>()
 
static readonly IDictionary< ushort, IList< MapEntry > > wallEntries = new Dictionary<ushort, IList<MapEntry>>()
 
static readonly IDictionary< ushort, Func< string, int, int, string > > nameFuncs = new Dictionary<ushort, Func<string, int, int, string>>()
 
static readonly IDictionary< ushort, ushort > entryToTile = new Dictionary<ushort, ushort>()
 
static readonly IDictionary< ushort, ushort > entryToWall = new Dictionary<ushort, ushort>()
 

Detailed Description

Definition at line 10 of file MapLoader.cs.


The documentation for this class was generated from the following file: