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

◆ Debug()

void set< Class T >::Debug ( )
inlineprivate

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

764 {
765 Print(string.Format("Set count: %1", Count()));
766 for (int i = 0; i < Count(); i++)
767 {
768 T item = Get(i);
769 Print(string.Format("[%1] => %2", i, item));
770 }
771 }
override float Get()
Определения PlayerStatBase.c:134
proto void Print(void var)
Prints content of variable to console/log.
proto native int Count()

Перекрестные ссылки Count, Get() и Print().