DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ContainsAgent()
bool
InventoryItem::ContainsAgent
(
int
agent_id
)
inline
protected
См. определение в файле
ItemBase.c
строка
3923
3924
{
3925
if
(agent_id &
m_AttachedAgents
)
3926
{
3927
return
true
;
3928
}
3929
else
3930
{
3931
return
false
;
3932
}
3933
}
InventoryItem::m_AttachedAgents
int m_AttachedAgents
Определения
ItemBase.c:93
Перекрестные ссылки
m_AttachedAgents
.
InventoryItem
Создано системой
1.13.2