Definition at line 109946 of file NPC.cs.
109947 {
109948
109949
109950
109951
109952
109953
109954
109955
109956
109957
109958
109959 if (Collision.up)
109960 {
109961 velocity.Y = 0.01f;
109962 }
109965 {
109968 }
109970 {
109973 }
109977 }
Vector2 velocity
The velocity of this Entity in world coordinates per tick.
Vector2 position
The position of this Entity in world coordinates.
References Terraria.Collision.up.