Madrix script - GetTime() milliseconds
Posted: Tue Aug 21, 2018 8:24 am
Hi,
I would be great of the GetTime() data type could be extended with milliseconds.
Right now is only supports hours,minutes, seconds.
With the ability to access the time in milliseconds you can do advanced (timing) effects with custom scripts.
Best regards,
Quinten
I would be great of the GetTime() data type could be extended with milliseconds.
Right now is only supports hours,minutes, seconds.
Code: Select all
time t = GetTime();
WriteText(t.millisec);
With the ability to access the time in milliseconds you can do advanced (timing) effects with custom scripts.
Best regards,
Quinten