DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
Debug()
void set<
Class
T >
::Debug
(
)
inline
private
См. определение в файле
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
}
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