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.GameContent.Drawing.WindGrid.Update ( )
inline

Definition at line 27 of file WindGrid.cs.

28 {
29 int gameTime = this._gameTime;
31 if (gameTime == 0)
32 {
33 }
34 bool settingsEnabled_TilesSwayInWind = Main.SettingsEnabled_TilesSwayInWind;
35 this.ScanPlayers();
36 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.Drawing.WindGrid._gameTime, j__TPar, Terraria.GameContent.Drawing.WindGrid.ScanPlayers(), and Terraria.Main.SettingsEnabled_TilesSwayInWind.

Referenced by Terraria.GameContent.Drawing.TileDrawing.Update().