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
ScreenDarkness.cs
Go to the documentation of this file.
1
using
System
;
2
using
Microsoft.Xna.Framework.Graphics
;
3
4
namespace
Terraria.GameContent.Events
5
{
6
// Token: 0x02000A57 RID: 2647
7
public
class
ScreenDarkness
8
{
9
// Token: 0x06004E33 RID: 20019 RVA: 0x00276208 File Offset: 0x00274408
10
public
static
void
Update
()
11
{
12
if
(!
true
)
13
{
14
}
15
int
myPlayer =
Main
.
myPlayer
;
16
}
17
18
// Token: 0x06004E34 RID: 20020 RVA: 0x00276234 File Offset: 0x00274434
19
public
static
void
DrawBack
(
SpriteBatch
spriteBatch)
20
{
21
if
(!
true
)
22
{
23
}
24
int
screenWidth =
Main
.
screenWidth
;
25
int
screenHeight =
Main
.
screenHeight
;
26
}
27
28
// Token: 0x06004E35 RID: 20021 RVA: 0x00276264 File Offset: 0x00274464
29
public
static
void
DrawFront
(
SpriteBatch
spriteBatch)
30
{
31
if
(!
true
)
32
{
33
}
34
int
screenWidth =
Main
.
screenWidth
;
35
int
screenHeight =
Main
.
screenHeight
;
36
}
37
38
// Token: 0x06004E36 RID: 20022 RVA: 0x00276294 File Offset: 0x00274494
39
public
ScreenDarkness
()
40
{
41
}
42
43
// Token: 0x06004E37 RID: 20023 RVA: 0x002762A8 File Offset: 0x002744A8
44
// Note: this type is marked as 'beforefieldinit'.
45
static
ScreenDarkness
()
46
{
47
}
48
49
// Token: 0x040086E1 RID: 34529
50
public
static
float
screenObstruction
;
51
52
// Token: 0x040086E2 RID: 34530
53
public
static
Color
frontColor
;
54
}
55
}
Microsoft.Xna.Framework.Graphics.SpriteBatch
Definition
SpriteBatch.cs:14
Terraria.GameContent.Events.ScreenDarkness.ScreenDarkness
static ScreenDarkness()
Definition
ScreenDarkness.cs:45
Terraria.GameContent.Events.ScreenDarkness.frontColor
static Color frontColor
Definition
ScreenDarkness.cs:53
Terraria.GameContent.Events.ScreenDarkness.Update
static void Update()
Definition
ScreenDarkness.cs:10
Terraria.GameContent.Events.ScreenDarkness.DrawBack
static void DrawBack(SpriteBatch spriteBatch)
Definition
ScreenDarkness.cs:19
Terraria.GameContent.Events.ScreenDarkness.ScreenDarkness
ScreenDarkness()
Definition
ScreenDarkness.cs:39
Terraria.GameContent.Events.ScreenDarkness.DrawFront
static void DrawFront(SpriteBatch spriteBatch)
Definition
ScreenDarkness.cs:29
Terraria.GameContent.Events.ScreenDarkness.screenObstruction
static float screenObstruction
Definition
ScreenDarkness.cs:50
Terraria.GameContent.Events.ScreenDarkness
Definition
ScreenDarkness.cs:8
Terraria.Main.myPlayer
static int myPlayer
Definition
Main.cs:2337
Terraria.Main.screenHeight
static int screenHeight
Definition
Main.cs:2015
Terraria.Main.screenWidth
static int screenWidth
Definition
Main.cs:2001
Terraria.Main
Definition
Main.cs:67
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
System
Definition
__ComObject.cs:4
Terraria.GameContent.Events
Definition
BirthdayParty.cs:7
Microsoft.Xna.Framework.Graphics.Color
Definition
Color.cs:12
source
Terraria
GameContent
Events
ScreenDarkness.cs
Generated by
1.10.0