Files
2026-01-09 23:21:38 +00:00

7 lines
136 B
Plaintext
Executable File

void mx_time_float(float fps, output float result)
{
float frame;
getattribute("frame", frame);
result = frame / fps;
}