CameraBuddy.Spectate.Situation.Buildings.IsNearTurrent C# (CSharp) Méthode

IsNearTurrent() public static méthode

public static IsNearTurrent ( this pos, EntityManager team, float range ) : bool
pos this
team EntityManager
range float
Résultat bool
        public static bool IsNearTurrent(this Vector3 pos, EntityManager.UnitTeam team, float range, params TurrentTier[] turrentTiers)
        {
            return pos.IsInTurrent(team, range, turrentTiers);
        }