void _GET_POSIX_TIME_STRUCT(`outTime` (Any*));
Description: Same as GET_POSIX_TIME except that it takes a single pointer to a struct.
| Property |
Value |
| Native Name |
_GET_POSIX_TIME_STRUCT |
| Hash |
0x86A68E84E5884951 |
| Return Type |
void |
| Build |
1207 |
| Parameters |
outTime (Any*) |
Parameters
Usage
Lua (Direct):
GetPosixTimeStruct(outTime)
Lua (Hash):
Citizen.InvokeNative(0x86A68E84E5884951, outTime)
Back to CLOCK