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

◆ TakeScreenShotThisFrame

bool ScreenshotTool.TakeScreenShotThisFrame
get

Definition at line 23 of file ScreenshotTool.cs.

24 {
25 get
26 {
27 if (this.TakeScreenShot)
28 {
29 float num = this.delayRemaining;
30 float deltaTime = Time.deltaTime;
31 bool lastTakeShot = this.LastTakeShot;
32 float initialDelay = this.InitialDelay;
34 return;
35 }
36 }
37 }
class f__AnonymousType0<< Count > j__TPar
static float deltaTime
Definition Time.cs:14