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

◆ Code

Assembly Terraria.ModLoader.Mod.Code
getsetinherited

The assembly code this is loaded when tModLoader loads this mod.
Do NOT call M:System.Reflection.Assembly.GetTypes on this as it will error out if the mod uses the T:Terraria.ModLoader.ExtendsFromModAttribute attribute to inherit from weakly referenced mods. Use M:Terraria.ModLoader.Core.AssemblyManager.GetLoadableTypes(System.Reflection.Assembly) instead.

Definition at line 56 of file Mod.cs.

56{ get; internal set; }

Referenced by Terraria.ModLoader.Mod.Autoload(), Terraria.ModLoader.Mod.AutoloadConfig(), and Terraria.ModLoader.ModContent.Load().