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

◆ Activate()

override void Terraria.GameContent.Skies.PartySky.Activate ( Vector2 position,
params object[] args )
inline

Definition at line 140 of file PartySky.cs.

141 {
142 if (this._active)
143 {
144 this.GenerateBalloons(true);
145 return;
146 }
147 long num = 0L;
148 this.GenerateBalloons(num != 0L);
149 this._active = true;
150 }
class f__AnonymousType0<< Count > j__TPar
void GenerateBalloons(bool onlyMissing)
Definition PartySky.cs:25

References Terraria.GameContent.Skies.PartySky._active, Terraria.GameContent.Skies.PartySky.GenerateBalloons(), j__TPar, and System.L.