![]() |
|
#1
|
|||
|
|||
![]()
I am absolutely sure that group.GetItems() does not return a direct reference to an internal list of aircraft, but makes a copy. So the trick with the list is not needed.
|
#2
|
|||
|
|||
![]()
Yes it returns a copy. However as I used a "for" loop I got the updated copy of the list for every iteration of the loop. Hence the list has changed for every iteration and the indices didn't match anymore to the updated list.
I changed the code to use a "foreach" loop. It's now the same code as yours, only added checks against null references. Last edited by 41Sqn_Banks; 12-18-2011 at 11:45 AM. |
#3
|
|||
|
|||
![]()
Ok
Whilst its nice of you to be putting these scripts up for general use........... Perhaps for the sake of those that don't understand why you would want to have to use such a script, you can in future put an explanation of the scripts use and reason of its need. I understand clearing old aircraft frees up the missions resources and clears old planes from airfields etc etc. Not everyone will know that though. Thxz |
![]() |
|
|