terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ Remap()

static float Terraria.Utils.Remap ( float fromValue,
float fromMin,
float fromMax,
float toMin,
float toMax,
bool clamped = true )
inlinestatic

Definition at line 896 of file Utils.cs.

897 {
898 throw null;
899 }