SerialEventCityDestroyed(Vector2 hexPos, PlayerID player, int cityID, PlayerID newPlayer)
Can we use cityID to get any info about destroyed city? We can't get pointer to the city since it's destroyed.
If you need info about the destroyed city, you'll need to cache it beforehand (eg at the start of a player's turn) - do NOT attempt to cache the city pointer!!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.