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

◆ Load()

virtual void Terraria.ModLoader.Mod.Load ( )
inlinevirtual

Override this method to run code after all content has been autoloaded. Here additional content can be manually loaded and Mod-wide tasks and setup can be done. For organization, it may be more suitable to split some things into various M:Terraria.ModLoader.ModType.Load methods, such as in T:Terraria.ModLoader.ModSystem classes, instead of doing everything here.
Beware that mod content has not finished loading here, things like ModContent lookup tables or ID Sets are not fully populated. Use M:Terraria.ModLoader.Mod.PostSetupContent for any logic that needs to act on all content being fully loaded.

Reimplemented in Terraria.ModLoader.Default.ModLoaderMod.

Definition at line 415 of file Mod.cs.

416 {
417 }

Referenced by Terraria.ModLoader.ModContent.Load().

+ Here is the caller graph for this function: