Does .onTechSelected only trigger for physical selections?

naf4ever

Dread Lord
Joined
Feb 8, 2003
Messages
405
Location
Southeast Washington State
For example if I select a tech thats 5 techs down the line, does .onTechSelected get triggered after every tech inbetween gets researched and then a new one starts even if im not physically selecting them from the techchooser?
 
It triggers as soon as any tech is added to the research queue. If you select a tech 5 techs down the line, 5 techs will be added to the queue, so onTechSelected will be triggered 5 times right then and there.

When a tech research is completed (and the next one from the queue is started, if available), onTechAcquired is triggered.
 
Back
Top Bottom