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

◆ SpawnKit()

void TentBase::SpawnKit ( )
inlineprivate

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

50 {
51 ItemBase constructionKit = ItemBase.Cast(GetGame().CreateObjectEx("ShelterKit", GetPosition(), ECE_PLACE_ON_SURFACE));
52 constructionKit.SetHealth01("", "", GetHealth01());
53 }
const int ECE_PLACE_ON_SURFACE
Определения CentralEconomy.c:37
class GP5GasMask extends MaskBase ItemBase
proto native CGame GetGame()
class JsonUndergroundAreaTriggerData GetPosition
Определения UndergroundAreaLoader.c:9

Перекрестные ссылки ECE_PLACE_ON_SURFACE, GetGame() и GetPosition.