Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
frame
byte Terraria.Gore.frame
get
set
Definition at line
81
of file
Gore.cs
.
82
{
83
get
84
{
85
return
Frame
.
CurrentRow
;
86
}
87
set
88
{
89
Frame.CurrentRow =
value
;
90
}
91
}
Terraria.Gore.Frame
SpriteFrame Frame
Definition
Gore.cs:41
System.ExceptionArgument.value
@ value
Terraria.DataStructures.SpriteFrame.CurrentRow
byte CurrentRow
Definition
SpriteFrame.cs:33
Referenced by
Terraria.Gore.Update()
.
Terraria
Gore
Generated by
1.10.0