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

◆ button_OnClick()

void Terraria.GameContent.Creative.CreativePowers.ASharedButtonPower.button_OnClick ( UIMouseEvent evt,
UIElement listeningElement )
inlineprivateinherited

Definition at line 731 of file CreativePowers.cs.

732 {
733 if (!true)
734 {
735 }
736 int myPlayer = Main.myPlayer;
737 bool flag = CreativePowersHelper.IsAvailableForPlayer(this, myPlayer);
738 this.RequestUse();
739 }

References Terraria.GameContent.Creative.CreativePowersHelper.IsAvailableForPlayer(), Terraria.Main.myPlayer, and Terraria.GameContent.Creative.CreativePowers.ASharedButtonPower.RequestUse().