|
TModLoader v1.4.4.9
TModLoader source code documentation
|
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, WallEntry > | DESERIALIZER = (TagCompound tag) => new WallEntry(tag) |
Protected Member Functions | |
| override string | GetUnloadedType (ushort type) |
Properties | |
| override string | DefaultUnloadedType [get] |
| bool | IsUnloaded [get] |
Definition at line 6 of file WallEntry.cs.