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

◆ DestroyConstruction()

void ItemBase::DestroyConstruction ( )
inlineprotected

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

390 {
391 if (LogManager.IsBaseBuildingLogEnable()) bsbDebugPrint("[bsb] " + GetDebugName(this) + " DestroyConstruction");
392 GetGame().ObjectDelete( this );
393 }
class BaseBuildingBase extends ItemBase bsbDebugPrint(string s)
Определения BaseBuildingBase.c:1292
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().