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

◆ Debug()

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

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

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