Madrix script - GetTime() milliseconds
Madrix script - GetTime() milliseconds
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
Re: Madrix script - GetTime() milliseconds
Hello qniens,
Thank you for your feedback.
The request is added to our feature wish list.
Thank you for your feedback.
The request is added to our feature wish list.