Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
plantbase.c File Reference

Go to the source code of this file.

Enumerations

enum  EPlantState {
  PAUSED = 0 , GROWING , MATURE , SPOILED ,
  DRY
}
 

Variables

enum EPlantState m_SprayUsage
 
EPlantState m_PlantState
 
ref Timer m_TimeTicker
 
float m_TimeTracker
 

Enumeration Type Documentation

◆ EPlantState

Enumerator
PAUSED 
GROWING 
MATURE 
SPOILED 
DRY 

Definition at line 1 of file plantbase.c.

Variable Documentation

◆ m_PlantState

EPlantState m_PlantState
protected

Definition at line 24 of file plantbase.c.

◆ m_SprayUsage

enum EPlantState m_SprayUsage

◆ m_TimeTicker

ref Timer m_TimeTicker
protected

Definition at line 36 of file plantbase.c.

◆ m_TimeTracker

float m_TimeTracker
protected

Definition at line 37 of file plantbase.c.