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

◆ RefreshInfoAccsFromTeamPlayers()

void Terraria.Player.RefreshInfoAccsFromTeamPlayers ( )
inline

Definition at line 4374 of file Player.cs.

4375 {
4376 int num = 1;
4377 if (num == 0)
4378 {
4379 }
4380 int whoAmI = this.whoAmI;
4381 if (num == 0)
4382 {
4383 }
4384 int myPlayer = Main.myPlayer;
4385 int num2 = 1;
4386 if (this.whoAmI == 0)
4387 {
4388 }
4389 if (this.team == 0)
4390 {
4391 }
4392 Microsoft.Xna.Framework.Vector2 center = base.Center;
4394 float num3 = vector.Length();
4395 if (this.accWatch == 0)
4396 {
4397 }
4398 if (this.accCompass == 0)
4399 {
4400 }
4401 int num4 = this.accDepthMeter;
4402 if (num4 == 0)
4403 {
4404 }
4405 if (num4 != 0)
4406 {
4407 this.accFishFinder = num2 != 0;
4408 }
4409 if (num4 == 0)
4410 {
4411 }
4412 if (num4 != 0)
4413 {
4415 }
4416 if (num4 == 0)
4417 {
4418 }
4419 if (num4 != 0)
4420 {
4421 this.accThirdEye = num2 != 0;
4422 }
4423 if (num4 == 0)
4424 {
4425 }
4426 if (num4 != 0)
4427 {
4428 this.accJarOfSouls = num2 != 0;
4429 }
4430 if (num4 == 0)
4431 {
4432 }
4433 if (num4 != 0)
4434 {
4435 this.accCalendar = num2 != 0;
4436 }
4437 if (num4 == 0)
4438 {
4439 }
4440 if (num4 != 0)
4441 {
4442 this.accStopwatch = num2 != 0;
4443 }
4444 if (num4 == 0)
4445 {
4446 }
4447 if (num4 != 0)
4448 {
4449 this.accOreFinder = num2 != 0;
4450 }
4451 if (num4 == 0)
4452 {
4453 }
4454 if (num4 != 0)
4455 {
4457 }
4458 if (num4 == 0)
4459 {
4460 }
4461 if (num4 != 0)
4462 {
4464 }
4465 if (num4 == 0)
4466 {
4467 }
4468 if (num4 != 0)
4469 {
4471 }
4472 if (num4 == 0)
4473 {
4474 }
4476 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Player.accCompass, Terraria.Player.accDepthMeter, Terraria.Player.accWatch, j__TPar, Microsoft.Xna.Framework.Vector2.Length(), Terraria.Main.myPlayer, Terraria.Player.team, and Terraria.Entity.whoAmI.

Referenced by Terraria.Player.RefreshInfoAccs().