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

◆ InOpposingTeam()

bool Terraria.Player.InOpposingTeam ( Player otherPlayer)
inline

Definition at line 1791 of file Player.cs.

1792 {
1793 if (this.hostile && otherPlayer.hostile)
1794 {
1795 if (otherPlayer.team != 0)
1796 {
1797 int num = this.team;
1798 }
1799 }
1800 return true;
1801 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Player.hostile, j__TPar, and Terraria.Player.team.