CLOCK Natives
Generated declarations в этой категории: 16.
| Native | Function | Signature | Hash | Return | Status |
|---|---|---|---|---|---|
CLOCK::ADD_TO_CLOCK_TIME | addToClockTime | addToClockTime(hours: number, minutes: number, seconds: number): void | 0xD716F30D8C8980E2 | void | supported |
CLOCK::ADVANCE_CLOCK_TIME_TO | advanceClockTimeTo | advanceClockTimeTo(hour: number, minute: number, second: number): void | 0xC8CA9670B9D83B3B | void | supported |
CLOCK::GET_CLOCK_DAY_OF_MONTH | getClockDayOfMonth | getClockDayOfMonth(): number | 0x3D10BC92A4DB1D35 | number | supported |
CLOCK::GET_CLOCK_DAY_OF_WEEK | getClockDayOfWeek | getClockDayOfWeek(): number | 0xD972E4BD7AEB235F | number | supported |
CLOCK::GET_CLOCK_HOURS | getClockHours | getClockHours(): number | 0x25223CA6B4D20B7F | number | supported |
CLOCK::GET_CLOCK_MINUTES | getClockMinutes | getClockMinutes(): number | 0x13D2B8ADD79640F2 | number | supported |
CLOCK::GET_CLOCK_MONTH | getClockMonth | getClockMonth(): number | 0xBBC72712E80257A1 | number | supported |
CLOCK::GET_CLOCK_SECONDS | getClockSeconds | getClockSeconds(): number | 0x494E97C2EF27C470 | number | supported |
CLOCK::GET_CLOCK_YEAR | getClockYear | getClockYear(): number | 0x961777E64BDAF717 | number | supported |
CLOCK::GET_LOCAL_TIME | getLocalTime | getLocalTime(): NativeOutResult<void> | 0x50C7A99057A69748 | NativeOutResult<void> | supported |
CLOCK::GET_MILLISECONDS_PER_GAME_MINUTE | getMillisecondsPerGameMinute | getMillisecondsPerGameMinute(): number | 0x2F8B4D1C595B11DB | number | supported |
CLOCK::GET_POSIX_TIME | getPosixTime | getPosixTime(): NativeOutResult<void> | 0xDA488F299A5B164E | NativeOutResult<void> | supported |
CLOCK::GET_UTC_TIME | getUtcTime | getUtcTime(): NativeOutResult<void> | 0x8117E09A19EEF4D3 | NativeOutResult<void> | supported |
CLOCK::PAUSE_CLOCK | pauseClock | pauseClock(toggle: boolean): void | 0x4055E40BD2DBEC1D | void | supported |
CLOCK::SET_CLOCK_DATE | setClockDate | setClockDate(day: number, month: number, year: number): void | 0xB096419DF0D06CE7 | void | supported |
CLOCK::SET_CLOCK_TIME | setClockTime | setClockTime(hour: number, minute: number, second: number): void | 0x47C3B5848C3E45D8 | void | supported |