alt.setMsPerGameMinute
Set the amount of milliseconds that pass per game minute.
Setting this value will affect the clouds, weather, and time. This does not automatically synchronize with other users.
If set to something too slow it'll create artifacts
or glitches
in the weather.
Default is 30000ms.
Declaration
alt.setMsPerGameMinute(milliseconds: number): void
Usage
alt.setMsPerGameMinute(5000);
Real World Example
alt.setMsPerGameMinute(5000);
These examples assume you have imported alt
from alt-client
.