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

◆ LoadGore()

void Terraria.Main.LoadGore ( int i)
inline

Definition at line 75405 of file Main.cs.

75406 {
75407 if (TextureAssets.Gore[i].State == AssetState.NotLoaded)
75408 {
75409 Assets.Request<Texture2D>(TextureAssets.Gore[i].Name);
75410 }
75411 }
static Asset< Texture2D >[] Gore

References Terraria.GameContent.TextureAssets.Gore.

Referenced by Terraria.Main.DrawGore(), and Terraria.Main.DrawGoreBehind().

+ Here is the caller graph for this function: