Categories


Description :

Gets the number of seconds that have passes since the game started.

Uses :

Use this for getting the time in seconds that has passed since the game started. The time value can be used for creating timers.

Example :

The following code creates a bullet after every 1 second. We keep track of the time when a bullet was last created by storing the Seconds value in LastFired.