Reference
GTA V native db
GTA V script natives by namespace. Search by name, Jenkins hash, or runtime hash across all 6,439 natives. Each native has a dedicated page.
16 of 16 natives in CLOCK.
- ADD_TO_CLOCK_TIMECLOCKvoid ADD_TO_CLOCK_TIME(int hours, int minutes, int seconds)
- ADVANCE_CLOCK_TIME_TOCLOCKvoid ADVANCE_CLOCK_TIME_TO(int hour, int minute, int second)
- GET_CLOCK_DAY_OF_MONTHCLOCKint GET_CLOCK_DAY_OF_MONTH()
- GET_CLOCK_DAY_OF_WEEKCLOCKint GET_CLOCK_DAY_OF_WEEK()
- GET_CLOCK_HOURSCLOCKint GET_CLOCK_HOURS()
- GET_CLOCK_MINUTESCLOCKint GET_CLOCK_MINUTES()
- GET_CLOCK_MONTHCLOCKint GET_CLOCK_MONTH()
- GET_CLOCK_SECONDSCLOCKint GET_CLOCK_SECONDS()
- GET_CLOCK_YEARCLOCKint GET_CLOCK_YEAR()
- GET_LOCAL_TIMECLOCKvoid GET_LOCAL_TIME(int* year, int* month, int* day, int* hour, int* minute, int* second)
- GET_MILLISECONDS_PER_GAME_MINUTECLOCKint GET_MILLISECONDS_PER_GAME_MINUTE()
- GET_POSIX_TIMECLOCKvoid GET_POSIX_TIME(int* year, int* month, int* day, int* hour, int* minute, int* second)
- GET_UTC_TIMECLOCKvoid GET_UTC_TIME(int* year, int* month, int* day, int* hour, int* minute, int* second)
- PAUSE_CLOCKCLOCKvoid PAUSE_CLOCK(BOOL toggle)
- SET_CLOCK_DATECLOCKvoid SET_CLOCK_DATE(int day, int month, int year)
- SET_CLOCK_TIMECLOCKvoid SET_CLOCK_TIME(int hour, int minute, int second)