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

◆ DestroyPlant()

void DestroyPlant ( )
private

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

626 {
627 if ( GetGame() && GetGame().IsServer() )
628 {
630
631 RemoveSlot();
632 }
633 }
void UnlockFromParent()
Unlocks this item from its attachment slot of its parent.
Определения ItemBase.c:5623
void RemoveSlot()
Определения PlantBase.c:705
proto native CGame GetGame()

Перекрестные ссылки GetGame(), RemoveSlot() и UnlockFromParent().

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