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

◆ ConstructionInit()

void ItemBase::ConstructionInit ( )
inlineprotected

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

966 {
967 if ( !m_Construction )
968 {
969 m_Construction = new Construction( this );
970 }
971
972 GetConstruction().Init();
973 }
void Construction(BaseBuildingBase parent)
Определения Construction.c:26
Construction GetConstruction()
Определения BaseBuildingBase.c:975
ref Construction m_Construction
Определения BaseBuildingBase.c:8

Перекрестные ссылки Construction(), GetConstruction() и m_Construction.