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

◆ PushChangeAndSetSlider()

void Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower.PushChangeAndSetSlider ( float value)
inlineinherited

Definition at line 460 of file CreativePowers.cs.

461 {
462 if (!true)
463 {
464 }
465 int myPlayer = Main.myPlayer;
466 bool flag = CreativePowersHelper.IsAvailableForPlayer(this, myPlayer);
467 float num;
468 this.PushChange(num);
469 }

References Terraria.GameContent.Creative.CreativePowersHelper.IsAvailableForPlayer(), Terraria.Main.myPlayer, and Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower.PushChange().