|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
Static Public Member Functions | |
| static Item | FromBase64 (string base64) |
| static void | Load (Item item, TagCompound tag) |
| static Item | Load (TagCompound tag) |
| static void | LoadLegacy (Item item, BinaryReader reader, bool readStack=false, bool readFavorite=false) |
| static void | LoadLegacyInventory (Item[] inv, BinaryReader reader, bool readStack=false, bool readFavorite=false) |
| static Item | Receive (BinaryReader reader, bool readStack=false, bool readFavorite=false) |
| static void | Receive (Item item, BinaryReader reader, bool readStack=false, bool readFavorite=false) |
| static void | ReceiveModData (Item item, BinaryReader reader) |
| static TagCompound | Save (Item item) |
| static void | Send (Item item, BinaryWriter writer, bool writeStack=false, bool writeFavourite=false) |
| static void | SendModData (Item item, BinaryWriter writer) |
| static string | ToBase64 (Item item) |
|
static |
Definition at line 316 of file ItemIO.cs.
References Terraria.ModLoader.IO.TagIO.FromStream(), Terraria.ModLoader.Item, and Terraria.ModLoader.IO.ItemIO.Load().
Here is the call graph for this function:
|
static |
Definition at line 55 of file ItemIO.cs.
References Terraria.ModLoader.IO.TagCompound.ContainsKey(), Terraria.ModLoader.IO.TagCompound.GetBool(), Terraria.ModLoader.IO.TagCompound.GetByte(), Terraria.ModLoader.IO.TagCompound.GetByteArray(), Terraria.ModLoader.IO.TagCompound.GetCompound(), Terraria.ModLoader.IO.TagCompound.GetInt(), Terraria.ModLoader.ModLoader.GetMod(), Terraria.ModLoader.IO.TagCompound.GetString(), Terraria.ModLoader.Mod.ItemType(), and Terraria.ModLoader.Mod.PrefixType().
Referenced by Terraria.ModLoader.IO.ItemIO.FromBase64(), and Terraria.ModLoader.IO.ItemIO.Load().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 98 of file ItemIO.cs.
References Terraria.ModLoader.Item, and Terraria.ModLoader.IO.ItemIO.Load().
Here is the call graph for this function:
|
static |
Definition at line 199 of file ItemIO.cs.
References Terraria.ModLoader.ModLoader.GetMod(), and Terraria.ModLoader.Mod.ItemType().
Referenced by Terraria.ModLoader.IO.ItemIO.LoadLegacyInventory().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 303 of file ItemIO.cs.
References Terraria.ModLoader.IO.ItemIO.LoadLegacy().
Here is the call graph for this function:
|
static |
Definition at line 159 of file ItemIO.cs.
References Terraria.ModLoader.Item, and Terraria.ModLoader.IO.ItemIO.Receive().
Here is the call graph for this function:
|
static |
Definition at line 151 of file ItemIO.cs.
References Terraria.ModLoader.IO.ItemIO.ReceiveModData().
Referenced by Terraria.ModLoader.IO.ItemIO.Receive().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 172 of file ItemIO.cs.
References Terraria.ModLoader.FrameworkVersion.Framework.
Referenced by Terraria.ModLoader.IO.ItemIO.Receive().
Here is the caller graph for this function:
|
static |
Definition at line 18 of file ItemIO.cs.
References Terraria.ModLoader.ModPrefix.GetPrefix(), Terraria.ModLoader.ModPrefix.mod, Terraria.ModLoader.Mod.Name, and Terraria.ModLoader.ModPrefix.Name.
Referenced by Terraria.ModLoader.IO.ItemIO.ToBase64().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 143 of file ItemIO.cs.
References Terraria.ModLoader.IO.ItemIO.SendModData().
Here is the call graph for this function:
|
static |
Definition at line 165 of file ItemIO.cs.
Referenced by Terraria.ModLoader.IO.ItemIO.Send().
Here is the caller graph for this function:
|
static |
Definition at line 310 of file ItemIO.cs.
References Terraria.ModLoader.IO.ItemIO.Save(), and Terraria.ModLoader.IO.TagIO.ToStream().
Here is the call graph for this function: