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
;
33
this.delayRemaining
=
initialDelay
;
34
return
;
35
}
36
}
37
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
ScreenshotTool.delayRemaining
float delayRemaining
Definition
ScreenshotTool.cs:77
ScreenshotTool.TakeScreenShot
bool TakeScreenShot
Definition
ScreenshotTool.cs:68
ScreenshotTool.InitialDelay
float InitialDelay
Definition
ScreenshotTool.cs:71
ScreenshotTool.LastTakeShot
bool LastTakeShot
Definition
ScreenshotTool.cs:74
UnityEngine.Time.deltaTime
static float deltaTime
Definition
Time.cs:14
UnityEngine.Time
Definition
Time.cs:10
ScreenshotTool
Generated by
1.10.0