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

◆ Debug()

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

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

788 {
789 Print(string.Format("Set count: %1", Count()));
790 for (int i = 0; i < Count(); i++)
791 {
792 T item = Get(i);
793 Print(string.Format("[%1] => %2", i, item));
794 }
795 }
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().