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

◆ DeserializeNetMessage()

void Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower.DeserializeNetMessage ( BinaryReader reader,
int userId )
inlineinherited

Implements Terraria.GameContent.Creative.ICreativePower.

Definition at line 1035 of file CreativePowers.cs.

1036 {
1037 bool netHost = Main.NetHost;
1038 bool flag = CreativePowersHelper.IsAvailableForPlayer(this, userId);
1039 bool netHost2 = Main.NetHost;
1041 }
class f__AnonymousType0<< Count > j__TPar
static NetPacket PreparePacket(ushort powerId, int specificInfoBytesInPacketCount)
BinaryWriter Writer
Definition NetPacket.cs:31

References Terraria.GameContent.Creative.CreativePowersHelper.IsAvailableForPlayer(), j__TPar, Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower.k__BackingField, Terraria.Main.NetHost, Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower.PowerId, Terraria.GameContent.NetModules.NetCreativePowersModule.PreparePacket(), and Terraria.Net.NetPacket.Writer.