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

◆ PrintValues()

void PrintValues ( )
private

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

434 {
435 Print("PRINT ALL VALUES OF PLANT...");
436 Print(this);
437
444 Print(m_Slot);
446 Print("----------------------------------------------------------");
447 }
GardenBase m_GardenBase
Определения PlantBase.c:39
int m_PlantStateIndex
Определения PlantBase.c:22
bool m_HasCrops
Определения PlantBase.c:18
EPlantState m_PlantState
Определения PlantBase.c:24
float m_SprayQuantity
Определения PlantBase.c:27
ref Slot m_Slot
Определения PlantBase.c:40
float m_CurrentPlantMaterialQuantity
Определения PlantBase.c:23
bool m_IsInfested
Определения PlantBase.c:26
proto void Print(void var)
Prints content of variable to console/log.

Перекрестные ссылки m_CurrentPlantMaterialQuantity, m_GardenBase, m_HasCrops, m_IsInfested, m_PlantState, m_PlantStateIndex, m_Slot, m_SprayQuantity и Print().