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

◆ Draw()

void GUIMana.Draw ( )
inline

Definition at line 180 of file GUIMana.cs.

181 {
182 int myPlayer = Main.myPlayer;
183 int myPlayer2 = Main.myPlayer;
184 int lastValue = this.LastValue;
185 int myPlayer3 = Main.myPlayer;
186 float timeSinceChange = this.TimeSinceChange;
187 float deltaTime = Time.deltaTime;
188 }
class f__AnonymousType0<< Count > j__TPar
float TimeSinceChange
Definition GUIMana.cs:239
int LastValue
Definition GUIMana.cs:242
static int myPlayer
Definition Main.cs:2337
static float deltaTime
Definition Time.cs:14

References UnityEngine.Time.deltaTime, j__TPar, LastValue, Terraria.Main.myPlayer, and TimeSinceChange.