Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik: Cliffs of Dover > FMB, Mission & Campaign builder Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 10-27-2012, 03:31 AM
salmo salmo is offline
Approved Member
 
Join Date: Mar 2011
Posts: 632
Default Rearange airport landing que?

I'm attempting to rearange an airfield's landing que. The QueueLanding method is read-only and returns an AiActor array. Is there a way to assign a new actor array to an airfield landing que?

Code:
foreach (AiAirport airport in GamePlay.gpAirports())
{
     List<AiActor> NewQueLanding = new List<AiActor>();
     // add a new list of actors to NewQueLanding 
     airport.QueueLanding() = NewQueLanding;  // fails cannot assign value to a method
}
__________________
When one engine fails on a two engine bomber, you will always have enough power left to get to the scene of the crash.

Get the latest COD Team Fusion patch info HERE
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:03 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.