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

◆ DangerousGore()

static bool Terraria.GameContent.ChildSafety.DangerousGore ( int id)
inlinestatic

Definition at line 17 of file ChildSafety.cs.

18 {
19 return !SafeGore[id];
20 }
static readonly bool[] SafeGore

References Terraria.GameContent.ChildSafety.SafeGore.

Referenced by Terraria.Gore.NewGore().