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

◆ Update()

void Terraria.Animation.Update ( )
inline

Definition at line 40 of file Animation.cs.

41 {
42 bool temporary = this._temporary;
43 if (temporary)
44 {
45 if (!temporary)
46 {
47 }
48 Tile tile;
49 ushort type = tile.type;
50 ushort tileType = this._tileType;
51 }
52 int frameCounter = this._frameCounter;
53 int[] frameData = this._frameData;
54 this._frameCounter = frameCounter;
55 int frame = this._frame;
57 this._frame = frame;
58 if (this._temporary)
59 {
60 short y = this._coordinates.Y;
62 }
63 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Animation._coordinates, Terraria.Animation._frame, Terraria.Animation._frameCounter, Terraria.Animation._frameData, Terraria.Animation._temporary, Terraria.Animation._tileType, j__TPar, Terraria.Tile.type, and Terraria.DataStructures.Point16.Y.