TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ InAPlaceWithWind() [2/2]

static bool Terraria.WorldGen.InAPlaceWithWind ( Vector2 position,
int width,
int height )
inlinestatic

Definition at line 80562 of file WorldGen.cs.

80563 {
80564 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
80565 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
80566 //IL_0006: Unknown result type (might be due to invalid IL or missing references)
80567 //IL_0007: Unknown result type (might be due to invalid IL or missing references)
80568 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
80569 //IL_0011: Unknown result type (might be due to invalid IL or missing references)
80570 //IL_0016: Unknown result type (might be due to invalid IL or missing references)
80571 //IL_001b: Unknown result type (might be due to invalid IL or missing references)
80572 //IL_001c: Unknown result type (might be due to invalid IL or missing references)
80573 //IL_0022: Unknown result type (might be due to invalid IL or missing references)
80574 //IL_0029: Unknown result type (might be due to invalid IL or missing references)
80575 //IL_0030: Unknown result type (might be due to invalid IL or missing references)
80576 //IL_0038: Unknown result type (might be due to invalid IL or missing references)
80577 //IL_003f: Unknown result type (might be due to invalid IL or missing references)
80578 Point point = position.ToTileCoordinates();
80579 Point point2 = (position + new Vector2((float)width, (float)height)).ToTileCoordinates();
80580 return InAPlaceWithWind(point.X, point.Y, 1 + point2.X - point.X, 1 + point2.Y - point.Y);
80581 }
static bool InAPlaceWithWind(Vector2 position, int width, int height)

Referenced by Terraria.NPC.AI_003_Gnomes_ShouldTurnToStone(), Terraria.Projectile.AI_160_Kites(), Terraria.Mount.GetWitchBroomTrinketRotation(), Terraria.GameContent.Drawing.TileDrawing.InAPlaceWithWind(), and Terraria.Mount.UpdateEffects().

+ Here is the caller graph for this function: