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.Actions.SetFrames.Apply ( Point origin,
int x,
int y,
params object[] args )
inline

Definition at line 715 of file Actions.cs.

716 {
718 WorldUtils.TileFrame(x, y, frameNeighbors);
719 return base.UnitApply(origin, x, y, args);
720 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldBuilding.Actions.SetFrames._frameNeighbors, j__TPar, and Terraria.WorldBuilding.WorldUtils.TileFrame().