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

◆ SolidTiles() [4/4]

static bool Terraria.Collision.SolidTiles ( Vector2 position,
int width,
int height,
bool allowTopSurfaces )
inlinestatic

Definition at line 4088 of file Collision.cs.

4089 {
4090 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
4091 //IL_000d: Unknown result type (might be due to invalid IL or missing references)
4092 //IL_001d: Unknown result type (might be due to invalid IL or missing references)
4093 //IL_002a: Unknown result type (might be due to invalid IL or missing references)
4094 return SolidTiles((int)(position.X / 16f), (int)((position.X + (float)width) / 16f), (int)(position.Y / 16f), (int)((position.Y + (float)height) / 16f), allowTopSurfaces);
4095 }
static bool SolidTiles(Vector2 position, int width, int height)

References Terraria.Collision.SolidTiles().

+ Here is the call graph for this function: