Accessing Simulation Time and HUD Control
I would like to ask you if it is possible to get the simulation time within the bot code? Namely, whenever we get an event we get its simulation time by event.getSimTime(), is there a way to get this time value from the bot code( e.g. in logic( ) )?
Furthermore, how can we use the HUD for continuous tracking of values some parameters in the game (as done with "My locations")? Are there any examples around?
Thanks.
Hman