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

◆ HideConstructionPart()

void HideConstructionPart ( string part_name)
protected

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

585 {
586 if (LogManager.IsBaseBuildingLogEnable()) bsbDebugPrint("[bsb] Construction HideConstructionPart - " + part_name);
587 GetParent().SetAnimationPhase( part_name, 1 );
588 }
class BaseBuildingBase extends ItemBase bsbDebugPrint(string s)
Определения BaseBuildingBase.c:1292
static bool IsBaseBuildingLogEnable()
Определения Debug.c:698
Определения Debug.c:594
BaseBuildingBase GetParent()
Get parent of the Effect.
Определения Construction.c:40

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

Используется в UpdateVisuals().