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

◆ AttemptPushingChange()

void Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower.AttemptPushingChange ( )
inlineinherited

Definition at line 1166 of file CreativePowers.cs.

1167 {
1169 if (needsToCommitChange)
1170 {
1172 {
1173 }
1179 if (currentTargetValue == null)
1180 {
1181 }
1184 ushort num2 = this.<PowerId>k__BackingField;
1185 if (currentTargetValue == null)
1186 {
1187 }
1190 }
1191 }
class f__AnonymousType0<< Count > j__TPar
static NetPacket PreparePacket(ushort powerId, int specificInfoBytesInPacketCount)
int CompareTo(object value)
Definition DateTime.cs:239
static DateTime UtcNow
Definition DateTime.cs:1318
BinaryWriter Writer
Definition NetPacket.cs:31

References Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower._currentTargetValue, Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower._needsToCommitChange, Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower._nextTimeWeCanPush, System.DateTime.CompareTo(), j__TPar, Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower.k__BackingField, Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower.PowerId, Terraria.GameContent.NetModules.NetCreativePowersModule.PreparePacket(), System.DateTime.UtcNow, and Terraria.Net.NetPacket.Writer.

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