On this pageTargetingSystem.GetClosestTargetsDeclaration#public List<LockOnTarget> GetClosestTargets(Int32 count)CopyParameters#NameDescriptioncountNumber of targets to returnDescription#Gets a list of closest targetsUsage#ExampleList<LockOnTarget> targets = sampleObject.GetClosestTargets(3);Copy