DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ CreateRecord()

void CreateRecord ( float value,
string system )
protected

См. определение в файле PlayerStatBase.c строка 164

165 {
166 m_Records.Insert( new PlayerStatRecord(value, GetGame().GetTime(), system ) );
167 }
float GetTime()
Определения NotificationSystem.c:35
ref array< PlayerStatRecord > m_Records
Определения PlayerStatBase.c:41
proto native CGame GetGame()

Перекрестные ссылки GetGame(), GetTime() и m_Records.