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

◆ GetRGB()

void Terraria.ID.TorchID.ShimmerTorchLight.GetRGB ( [Out] float r,
[Out] float g,
[Out] float b )
inline

Implements Terraria.ID.TorchID.ITorchLightProvider.

Definition at line 161 of file TorchID.cs.

162 {
163 if (!true)
164 {
165 }
166 float num = MathHelper.Clamp(r, g, b);
167 float num2 = MathHelper.Clamp(num, g, b);
168 }
class f__AnonymousType0<< Count > j__TPar
static float Clamp(float value, float min, float max)
Definition MathHelper.cs:22

References Microsoft.Xna.Framework.MathHelper.Clamp(), and j__TPar.