Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Spawn_SetPosition()
void
Terraria.Player.Spawn_SetPosition
(
int
floorX
,
int
floorY
)
inline
private
Definition at line
36003
of file
Player.cs
.
36004
{
36005
position.X =
floorX
* 16 + 8 -
width
/ 2;
36006
position.Y =
floorY
* 16 -
height
;
36007
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria.Entity.width
int width
Definition
Entity.cs:26
Terraria.Entity.height
int height
Definition
Entity.cs:28
Terraria
Player
Generated by
1.10.0