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

◆ DestroyPlant()

void DestroyPlant ( )
private

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

558 {
559 if ( GetGame() && GetGame().IsServer() )
560 {
562
563 RemoveSlot();
564 }
565 }
void UnlockFromParent()
Unlocks this item from its attachment slot of its parent.
Определения ItemBase.c:5695
void RemoveSlot()
Определения PlantBase.c:640
proto native CGame GetGame()

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

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