Where to change the "Unit Plot List" ?

Warl0rd

Chieftain
Joined
Aug 7, 2007
Messages
47
When u click on ur units on a plot u get this little icon-list of units at the bottom of the screen which shows the units on this plot in detail - i think that is called the Unit Plot List or something like that.

I want to know where i can change which units are shown there.

Can somebody please tell me where i have to look for that inside SDK/Python?


Because i have the following situation: UnitA is cargo of UnitB and UnitB cargo of UnitC
unfortunately UnitA is not visible in the "Unit Plot List"
 
The file you want is Assets\Python\Screens\CvMainInterface.py. I think you probably want to look at the method updatePlotListButtons, but I'm not absolutely certain.
 
Top Bottom