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

Public Member Functions

 WallEntry (ModWall wall)
 
 WallEntry (TagCompound tag)
 
virtual TagCompound SerializeData ()
 

Public Attributes

ushort type
 
string modName
 
string name
 
ushort vanillaReplacementType
 
string unloadedType
 
ushort loadedType
 

Static Public Attributes

static Func< TagCompound, WallEntryDESERIALIZER = (TagCompound tag) => new WallEntry(tag)
 

Protected Member Functions

override string GetUnloadedType (ushort type)
 

Properties

override string DefaultUnloadedType [get]
 
bool IsUnloaded [get]
 

Detailed Description

Definition at line 6 of file WallEntry.cs.


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