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

◆ PushChange()

void Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower.PushChange ( float newSliderValue)
inlinepackageinherited

Definition at line 506 of file CreativePowers.cs.

507 {
508 if (!true)
509 {
510 }
513 ushort num = this.<PowerId>k__BackingField;
514 if (!true)
515 {
516 }
518 int myPlayer = Main.myPlayer;
519 }
class f__AnonymousType0<< Count > j__TPar
static NetPacket PreparePacket(ushort powerId, int specificInfoBytesInPacketCount)
static DateTime UtcNow
Definition DateTime.cs:1318
BinaryWriter Writer
Definition NetPacket.cs:31

References j__TPar, Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower.k__BackingField, Terraria.Main.myPlayer, Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower.PowerId, Terraria.GameContent.NetModules.NetCreativePowersModule.PreparePacket(), System.DateTime.UtcNow, and Terraria.Net.NetPacket.Writer.

Referenced by Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower.PushChangeAndSetSlider().