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

◆ NoteTraveled()

void PlatformAwardNotifier_Stub.NoteTraveled ( eDistanceStatistics distanceID)
inline

Implements IPlatformAwardNotifier.

Definition at line 24 of file PlatformAwardNotifier_Stub.cs.

25 {
26 AchievementCondition condition = Main.Achievements.GetCondition("MARATHON_MEDALIST", "Move");
27 int num = 17096;
28 int num2 = this.lastTraveledPercent;
30 }
class f__AnonymousType0<< Count > j__TPar
AchievementCondition GetCondition(string achievementName, string conditionName)
static AchievementManager Achievements
Definition Main.cs:4221

References Terraria.Main.Achievements, Terraria.Achievements.AchievementManager.GetCondition(), j__TPar, and lastTraveledPercent.