FLWL / aoe2-ai-module

Library to extend AI scripting capabilities in Age of Empires 2.
GNU Lesser General Public License v2.1
16 stars 6 forks source link

Return time spent in CommandResultList #15

Open 01010100b opened 3 years ago

01010100b commented 3 years ago

Add a ´ms´ property to CommandResultList which contains the number of milliseconds spent on the command list. Basically the same as the output in the debug window. This would be useful for finding performance bottlenecks.