StatSetDate
Docslocal retval, value = StatSetDate(statName, numFields, save)Description
'value' is a structure to a structure, 'numFields' is how many fields there are in said structure (usually 7).
The structure looks like this:
int year
int month
int day
int hour
int minute
int second
int millisecond
The decompiled scripts use TIME::GET_POSIX_TIME to fill this structure.Parameters
| Name | Type | Description |
|---|---|---|
statName | Hash | — |
value | Any* | — |
numFields | int | — |
save | BOOL | — |
Returns
BOOLReturns TRUE (1) or FALSE (0).