00C1

From GTAMods Wiki
Revision as of 18:54, 12 February 2015 by Seemann (talk | contribs) (Created page with "{{Icon|trilogy}} '''GET_MINUTES_TO_TIME_OF_DAY''' <hr /> '''Description''' : Gets number of minutes left to time of day '''Syntax''' : 00C1: [''var''] = get_minutes_left_to_ti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas GET_MINUTES_TO_TIME_OF_DAY


Description

Gets number of minutes left to time of day

Syntax

00C1: [var] = get_minutes_left_to_time_hours [int 1] time_minutes [int 2]

Parameter

[var]
Variable to store number of minutes
[int 1]
Game hours
[int 2]
Game minutes

Native analog

GET_MINUTES_TO_TIME_OF_DAY

This stores the number of minutes between the current time and the time specified with the int parameters to the variable.

Keywords

get, minutes, current, time, clock

See also

  • 00BF – gets time of day
  • 00C0 – sets time of day