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

◆ IsLoadingEnabled()

virtual bool Terraria.ModLoader.ModTileEntity.IsLoadingEnabled ( Mod mod)
inlinevirtualinherited

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.

Parameters
modThe mod instance trying to add this content

Implements Terraria.ModLoader.ILoadable.

Definition at line 213 of file ModTileEntity.cs.

214 {
215 return true;
216 }