|
tModLoader v2026.02
A mod to make and play Terraria mods
|
Provides a static abstract Autoload(Mod) method for mods to implement their own autoloading for types where ILoadable does not suffice.
Sample use cases:
To implement completely custom loading behavior in a library, consider making an interface that extends from IAutoload<TImpl> More...
Inherits IAutoload< ICustomAutoload.AutoloadImpl >.
Classes | |
| class | AutoloadImpl |
Static Public Member Functions | |
| static abstract void | Autoload (Mod mod) |
Provides a static abstract Autoload(Mod) method for mods to implement their own autoloading for types where ILoadable does not suffice.
Sample use cases:
To implement completely custom loading behavior in a library, consider making an interface that extends from IAutoload<TImpl>