clock
Methods
set_clock_time
SET_CLOCK_TIME(12, 34, 56);
pause_clock
_pause_clock_this_frame
advance_clock_time_to
add_to_clock_time
get_clock_hours
Gets the current ingame hour, expressed without zeros. (09:34 will be represented as 9)
get_clock_minutes
Gets the current ingame clock minute.
get_clock_seconds
Gets the current ingame clock second. Note that ingame clock seconds change really fast since a day in RDR is only 48 minutes in real life.
_set_milliseconds_per_game_minute
_get_seconds_since_base_year
Base year is 1898.
set_clock_date
get_clock_day_of_week
Gets the current day of the week.
0: Sunday 1: Monday 2: Tuesday 3: Wednesday 4: Thursday 5: Friday 6: Saturday
get_clock_day_of_month
get_clock_month
get_clock_year
get_milliseconds_per_game_minute
get_posix_time
_get_posix_time_struct
Same as GET_POSIX_TIME except that it takes a single pointer to a struct.