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

◆ GetConfigAttachmentTypes()

static array< string > GetConfigAttachmentTypes ( int slot_ID)
static

Lists all configured types (if any) for the appropriate attachment.

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

1203 {
1204 TStringArray types = new TStringArray;
1206 return types;
1207 }
proto native void ConfigGetTextArray(string path, out TStringArray values)
Get array of strings from config on path.
static string GetPathFromSlotID(int slot_ID)
Returns config path of att. slot category, empty if undefined.
Определения gameplay.c:1186
proto native CGame GetGame()
array< string > TStringArray
Определения EnScript.c:685

Перекрестные ссылки CGame::ConfigGetTextArray(), GetGame() и GetPathFromSlotID().