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_OnUpdate()

void Terraria.GameContent.Creative.CreativePowers.ASharedButtonPower.button_OnUpdate ( UIElement affectedElement)
inlineprivateinherited

Definition at line 715 of file CreativePowers.cs.

716 {
717 if (affectedElement.<IsMouseHovering>k__BackingField)
718 {
720 string descriptionKey = this._descriptionKey;
721 string powerNameKey = this._powerNameKey;
722 string text = powerNameKey + "_Unlock";
723 CreativePowersHelper.AddPermissionTextIfNeeded(this, "_Unlock");
724 if (powerNameKey == null)
725 {
726 }
727 }
728 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54

References Terraria.GameContent.Creative.CreativePowers.ASharedButtonPower._descriptionKey, Terraria.GameContent.Creative.CreativePowers.ASharedButtonPower._powerNameKey, Terraria.GameContent.Creative.CreativePowersHelper.AddPermissionTextIfNeeded(), Terraria.Localization.Language.GetTextValue(), j__TPar, Terraria.GameContent.Creative.CreativePowers.ASharedButtonPower.k__BackingField, and System.text.