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

◆ SetupContent()

override void Terraria.ModLoader.GlobalBackgroundStyle.SetupContent ( )
inlinesealedvirtual

If you make a new ModType, seal this override, and call M:Terraria.ModLoader.ModType.SetStaticDefaults in it.

Reimplemented from Terraria.ModLoader.ModType< TEntity, TModType >.

Definition at line 14 of file GlobalBackgroundStyle.cs.

15 {
17 }
virtual void SetStaticDefaults()
Allows you to modify the properties after initial loading has completed.
Definition ModType.cs:72

References Terraria.ModLoader.ModType< TEntity, TModType >.SetStaticDefaults().

+ Here is the call graph for this function: