SimApi Timer timeInMilliSec 1

From SIMboxWiki
Jump to navigation Jump to search



Icon attributes.pngstatic unsigned long SimApi::Timer::timeInMilliSec()

    Description

    Gets the simulation time in milliseconds (number of milliseconds since mission start)

    Return

    Type: unsigned long   Description: simulation time in milliseconds

    Remarks
    

Get simulation time - number of milliseconds since mission start. You can get the time also in seconds by using SimApi Timer time function or in a SYSTEMTIME structure by using SimApi Timer getCurrentSystemTime. Simulation time may be altered by using SimApi Timer setTime.


    Related Links

     SimApi Timer time