terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetAlpha()

Color Terraria.Gore.GetAlpha ( Color newColor)
inline

Definition at line 413 of file Gore.cs.

414 {
415 int num = this.alpha;
416 float num2 = this.light;
417 Color color;
418 return color;
419 }
class f__AnonymousType0<< Count > j__TPar
float light
Definition Gore.cs:460
int alpha
Definition Gore.cs:454

References Terraria.Gore.alpha, j__TPar, and Terraria.Gore.light.