terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SupportedTilesAreFine()

static bool Terraria.GameContent.PortalHelper.SupportedTilesAreFine ( Vector2 portalCenter,
float portalAngle )
inlinestatic

Definition at line 393 of file PortalHelper.cs.

394 {
395 int num = 1;
396 if (num == 0)
397 {
398 }
400 if (num == 0)
401 {
402 }
403 return false;
404 }
class f__AnonymousType0<< Count > j__TPar
static float WrapAngle(float angle)

References j__TPar, and Microsoft.Xna.Framework.MathHelper.WrapAngle().