DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
Debug()
void set<
Class
T >
::Debug
(
)
inline
private
См. определение в файле
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
}
Get
override float Get()
Определения
PlayerStatBase.c:134
Print
proto void Print(void var)
Prints content of variable to console/log.
set< Class T >::Count
proto native int Count()
Перекрестные ссылки
Count
,
Get()
и
Print()
.
set< Class T >
Создано системой
1.13.2