GetTimeMinute()

Gets the current minute.

int GetTimeMinute();

Description

Returns the current minute as an integer between 0 and 59 (maximum possible).



Remarks

By default an hour in game time is two minutes long so this function returns either a 0 or a 1. The number of minutes in an hour can be configured in the advanced properties of a module.


Version

1.26

See Also

functions: GetIsDawn | GetIsDay | GetIsDusk | GetIsNight | GetTimeHour | GetTimeMillisecond | GetTimeSecond | SetTime
categories: Time Functions


 author: Charles Feduke, additional contributor(s): Dana C.