CONVERT_POSIX_TIME
Takes the specified time and writes it to the structure specified in the second argument. struct date_time { int year; int PADDING1; int month; int PADDING2; int day; int PADDING3; int hour; int PADDING4; int minute; int PADDING5; int second; int PADDING6; };
NETWORKBuild 1207
Signature
lua
ConvertPosixTime(0, timeStructure)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| int | — | |
| Any* | — |
Usage
lua
ConvertPosixTime(0, timeStructure)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
