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

◆ Apply()

override bool Terraria.WorldBuilding.Modifiers.SkipWalls.Apply ( Point origin,
int x,
int y,
params object[] args )
inline

Definition at line 498 of file Modifiers.cs.

499 {
500 ushort[] types = this._types;
501 Tile tile;
502 ushort wall = tile.wall;
503 ushort[] types2 = this._types;
504 return base.UnitApply(origin, x, y, args);
505 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldBuilding.Modifiers.SkipWalls._types, j__TPar, and Terraria.Tile.wall.