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

◆ DestroyConstruction()

void ItemBase::DestroyConstruction ( )
inlineprotected

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

414 {
415 if (LogManager.IsBaseBuildingLogEnable()) bsbDebugPrint("[bsb] " + GetDebugName(this) + " DestroyConstruction");
416 g_Game.ObjectDelete( this );
417 }
class BaseBuildingBase extends ItemBase bsbDebugPrint(string s)
Определения BaseBuildingBase.c:1312
DayZGame g_Game
Определения DayZGame.c:3942
override string GetDebugName()
Определения dayzplayer.c:1173

Перекрестные ссылки bsbDebugPrint(), g_Game, GetDebugName() и LogManager::IsBaseBuildingLogEnable().

Используется в OnPartDestroyedServer() и OnPartDismantledServer().