Get the plot for a notification?

whoward69

DLL Minion
Joined
May 30, 2011
Messages
8,725
Location
Near Portsmouth, UK
player:AddNotification() takes the plot the event occured at as (IIRC) its 4th and 5th parameters - so the notification system knows where the plot is

However, Events.NotificationAdded doesn't give it back - the 5th and 6th parameters refer to things like resource, feature, civs involved, but not the plot

The UI object must also know where it is, as clicking on the notification will centre the map on the plot

Anybody know anyway to get the plot the event that was notified out of the UI?


Edit: After much searching of the Lua files I have come to the conclusion that this is yet another thing that we'll need the DLL code for :mad:
 
Back
Top Bottom