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

◆ IncreaseAirTime()

void Terraria.Player.IncreaseAirTime ( )
inline

Definition at line 6389 of file Player.cs.

6390 {
6391 if (!true)
6392 {
6393 }
6395 if (localUser != null)
6396 {
6399 uint totalAirTime = persistentUserData.TotalAirTime;
6400 if (currentAirTime != 0U)
6401 {
6402 return;
6403 }
6404 }
6405 }
class f__AnonymousType0<< Count > j__TPar
PersistentUserData PersistentUserData
Definition LocalUser.cs:223
static LocalUser FindLocalUserByPlayer(Player player)

References PersistentUserData.CurrentAirTime, UserManagement.FindLocalUserByPlayer(), j__TPar, LocalUser.PersistentUserData, and System.U.

Referenced by Terraria.Player.JumpMovement().