![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Attributes | |
| string | m_CharacterId |
| character ID | |
| int | m_DaytimeHour |
| current time in hour (hour in 24h) | |
| int | m_Lifetime |
| lifetime of character in seconds | |
| int | m_Population |
| population of current gameplay (server) | |
| vector | m_Position |
| position of spawn | |
Definition at line 66 of file scriptanalytics.c.
|
private |
|
private |
current time in hour (hour in 24h)
Definition at line 72 of file scriptanalytics.c.
Referenced by CGame::OnEvent().
|
private |
lifetime of character in seconds
Definition at line 69 of file scriptanalytics.c.
Referenced by CGame::OnEvent().
|
private |
population of current gameplay (server)
Definition at line 71 of file scriptanalytics.c.
Referenced by CGame::OnEvent().
|
private |