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

Definition at line 58 of file Actions.cs.

59 {
60 Ref<int> count = this._count;
61 !0 value = count.Value;
63 return base.UnitApply(origin, x, y, args);
64 }
class f__AnonymousType0<< Count > j__TPar
T Value
Definition Ref.cs:20

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