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

◆ StopSleeping()

void Terraria.GameContent.PlayerSleepingHelper.StopSleeping ( Player player,
bool multiplayerBroadcast = true )
inline

Definition at line 81 of file PlayerSleepingHelper.cs.

82 {
83 int myPlayer = Main.myPlayer;
84 int whoAmI = player.whoAmI;
85 }

References Terraria.Main.myPlayer, and Terraria.Entity.whoAmI.

Referenced by Terraria.GameContent.PlayerSleepingHelper.StartSleeping().