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

◆ HandleRunning()

static void Terraria.GameContent.Achievements.AchievementsHelper.HandleRunning ( Player player,
float pixelsMoved )
inlinestatic

Definition at line 334 of file AchievementsHelper.cs.

335 {
336 if (!true)
337 {
338 }
339 AchievementCondition condition = Main.Achievements.GetCondition("MARATHON_MEDALIST", "Move");
340 if (condition != null)
341 {
342 }
343 if (condition._isCompleted)
344 {
346 return;
347 }
348 }
class f__AnonymousType0<< Count > j__TPar
IPlatformAwardNotifier PlatformAwards
Definition LocalUser.cs:220
static LocalUser FindLocalUserByPlayer(Player player)

References Terraria.Achievements.AchievementCondition._isCompleted, Terraria.Main.Achievements, UserManagement.FindLocalUserByPlayer(), Terraria.Achievements.AchievementManager.GetCondition(), j__TPar, and LocalUser.PlatformAwards.