Icon

current_millisecond

Taylor Dale

You must be logged in to obtain assets

Description

Fully compatible with GMS:1 and GMS:2

Getting the current time in Gamemaker is easy - there is current_month, current_day, current_hour, current_minute, current_second - but there is no variable for milliseconds (the closest thing is current_time which returns the number of milliseconds since the game started, not the actual time).

Call current_millisecond_create() once when your game starts, and current_millisecond_step() first thing once per step.

You can the access the current time's millisecond value (0-999) by referencing the current_millisecond variable (accurate to the start of the last step, so for example if your game has a frame rate of 60fps the fidelity of the value will be +/- ~16ms).

There is an example included but to avoid clutter you can choose just to import the scripts.

More Assets:

End User Licence Agreement (EULA).

Age Rating: None

Version

GMS1 - Version 1.0.1. Published February 17, 2017

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait