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

◆ GetModGore()

static ModGore Terraria.ModLoader.GoreLoader.GetModGore ( int type)
inlinestaticpackage

Definition at line 85 of file GoreLoader.cs.

86 {
87 gores.TryGetValue(type, out var modGore);
88 return modGore;
89 }
static readonly IDictionary< int, ModGore > gores
Definition GoreLoader.cs:15

References Terraria.ModLoader.GoreLoader.gores.

Referenced by Terraria.Gore.NewGore().

+ Here is the caller graph for this function: