DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
DebugPrint()
void DebugPrint
(
)
См. определение в файле
CacheObject.c
строка
97
98
{
99
for
(
int
i = 0; i <
m_Recipes
.Count();i++)
100
{
101
Print
(
"recipeID:"
+
m_Recipes
.GetKey(i).ToString());
102
Print
(
"mask:"
+
m_Recipes
.GetElement(i).m_Mask.ToString());
103
Print
(
"m_BitCount:"
+
m_Recipes
.GetElement(i).m_BitCount.ToString());
104
105
}
106
}
m_Recipes
class RecipeCacheData m_Recipes
Print
proto void Print(void var)
Prints content of variable to console/log.
Перекрестные ссылки
m_Recipes
и
Print()
.
Ishodniki
scripts
4_World
Classes
Recipes
CacheObject.c
Создано системой
1.13.2