|
DayZ 1.24
|
Private Attributes | |
| string | m_CharacterId |
| character ID | |
| int | m_Lifetime |
| lifetime of character in seconds | |
| vector | m_Position |
| position of spawn | |
| int | m_Population |
| population of current gameplay (server) | |
| int | m_DaytimeHour |
| current time in hour (hour in 24h) | |
Definition at line 66 of file ScriptAnalytics.c.
|
private |
character ID
Definition at line 68 of file ScriptAnalytics.c.
|
private |
current time in hour (hour in 24h)
Definition at line 72 of file ScriptAnalytics.c.
|
private |
lifetime of character in seconds
Definition at line 69 of file ScriptAnalytics.c.
|
private |
population of current gameplay (server)
Definition at line 71 of file ScriptAnalytics.c.
|
private |
position of spawn
Definition at line 70 of file ScriptAnalytics.c.