Madrix script - GetTime() milliseconds

Post Reply
qniens
Posts: 25
Joined: Wed May 31, 2017 5:34 pm

Madrix script - GetTime() milliseconds

Post 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
Guertler
Support
Support
Posts: 880
Joined: Tue Feb 04, 2014 10:47 am

Re: Madrix script - GetTime() milliseconds

Post by Guertler »

Hello qniens,

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