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