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

Definition at line 555 of file Actions.cs.

556 {
557 ushort type = this._type;
558 int style = this._style;
559 if (!true)
560 {
561 }
562 return base.UnitApply(origin, x, y, args);
563 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldBuilding.Actions.PlaceTile._style, Terraria.WorldBuilding.Actions.PlaceTile._type, and j__TPar.