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

Definition at line 82 of file Actions.cs.

83 {
84 Ref<int> count = this._count;
85 !0 value = count.Value;
87 return base.UnitApply(origin, x, y, args);
88 }
class f__AnonymousType0<< Count > j__TPar
T Value
Definition Ref.cs:20

References Terraria.WorldBuilding.Actions.Scanner._count, System.count, j__TPar, System.value, and Terraria.Ref< T >.Value.