City Raze Screen

Joined
Sep 15, 2006
Messages
511
Where can I find the python that deals with the popup added for the city raze screen.

Thanks,
ClassicThunder
 
Where can I find the python that deals with the popup added for the city raze screen.

Thanks,
ClassicThunder

it is not python, it is from SDK
CvPlayer::acquireCity()

near to end of this method search for string BUTTONPOPUP_RAZECITY - there is code, which launch popup for razing question

popup engine itself is in CvDLLButtonPopup.cpp
 
Top Bottom