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

◆ GetAttachmentSlots()

void ItemBase::GetAttachmentSlots ( EntityAI entity,
out array< string > attachment_slots )
inlineprotected

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

941 {
942 string config_path = "CfgVehicles" + " " + entity.GetType() + " " + "attachments";
943 if ( g_Game.ConfigIsExisting( config_path ) )
944 {
945 g_Game.ConfigGetTextArray( config_path, attachment_slots );
946 }
947 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки g_Game.