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

◆ DebugSetGlobalTimes()

static void DebugSetGlobalTimes ( int maturity,
int spoil,
int spoilRemove,
int dryDelete )
staticprivate

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

779 {
780 m_DebugFullMaturityTime = maturity;
781 m_DebugSpoilTime = spoil;
782 m_DebugSpoilRemoveTime = spoilRemove;
783 m_DebugDeleteDryTime = dryDelete;
784 }
static int m_DebugFullMaturityTime
Определения PlantBase.c:48
static int m_DebugDeleteDryTime
Определения PlantBase.c:51
static int m_DebugSpoilTime
Определения PlantBase.c:49
static int m_DebugSpoilRemoveTime
Определения PlantBase.c:50

Перекрестные ссылки m_DebugDeleteDryTime, m_DebugFullMaturityTime, m_DebugSpoilRemoveTime и m_DebugSpoilTime.