MADRIX Forum • Madrix script - GetTime() milliseconds
Page 1 of 1

Madrix script - GetTime() milliseconds

Posted: Tue Aug 21, 2018 8:24 am
by qniens
Hi,

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

Re: Madrix script - GetTime() milliseconds

Posted: Tue Aug 21, 2018 10:19 am
by Guertler
Hello qniens,

Thank you for your feedback.
The request is added to our feature wish list.