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

◆ ConstructionInit()

void ItemBase::ConstructionInit ( )
inlineprotected

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

946 {
947 if ( !m_Construction )
948 {
949 m_Construction = new Construction( this );
950 }
951
952 GetConstruction().Init();
953 }
void Construction(BaseBuildingBase parent)
Определения Construction.c:26
Construction GetConstruction()
Определения BaseBuildingBase.c:955
ref Construction m_Construction
Определения BaseBuildingBase.c:8

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