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

◆ SetValueKeyboardForced()

void Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower.SetValueKeyboardForced ( float value)
inlinepackageinherited

Definition at line 1127 of file CreativePowers.cs.

1128 {
1129 if (!true)
1130 {
1131 }
1132 int myPlayer = Main.myPlayer;
1133 bool flag = CreativePowersHelper.IsAvailableForPlayer(this, myPlayer);
1135 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.Creative.CreativePowersHelper.IsAvailableForPlayer(), j__TPar, and Terraria.Main.myPlayer.

Referenced by Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower.SetValueKeyboard().