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

◆ TakeDownUpdateType()

static void Terraria.ModLoader.GoreLoader.TakeDownUpdateType ( Gore gore)
inlinestaticpackage

Definition at line 100 of file GoreLoader.cs.

101 {
102 if (gore.realType > 0)
103 {
104 gore.type = gore.realType;
105 gore.realType = 0;
106 }
107 }

References Terraria.Gore.realType.

Referenced by Terraria.Gore.Update().

+ Here is the caller graph for this function: