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

◆ DestroyConstruction()

void ItemBase::DestroyConstruction ( )
inlineprotected

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

414 {
415 if (LogManager.IsBaseBuildingLogEnable()) bsbDebugPrint("[bsb] " + GetDebugName(this) + " DestroyConstruction");
416 GetGame().ObjectDelete( this );
417 }
class BaseBuildingBase extends ItemBase bsbDebugPrint(string s)
Определения BaseBuildingBase.c:1312
proto native void ObjectDelete(Object obj)
override string GetDebugName()
Определения dayzplayer.c:1170
proto native CGame GetGame()

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

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