TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.ILoadable Interface Reference

Allows for implementing types to be loaded and unloaded. More...

+ Inheritance diagram for Terraria.ModLoader.ILoadable:
+ Collaboration diagram for Terraria.ModLoader.ILoadable:

Public Member Functions

void Load (Mod mod)
 Called when loading the type.
 
bool IsLoadingEnabled (Mod mod)
 Whether or not this type should be loaded when it's told to. Returning false disables M:Terraria.ModLoader.Mod.AddContent(Terraria.ModLoader.ILoadable) from actually loading this type.
 
void Unload ()
 Called during unloading when needed.
 

Detailed Description

Allows for implementing types to be loaded and unloaded.

Definition at line 6 of file ILoadable.cs.


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