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.APerPlayerTogglePower.button_OnClick ( UIMouseEvent evt,
UIElement listeningElement )
inlineprivateinherited

Definition at line 226 of file CreativePowers.cs.

227 {
228 int myPlayer = Main.myPlayer;
229 bool flag = CreativePowersHelper.IsAvailableForPlayer(this, myPlayer);
230 this.RequestUse();
231 }

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