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

◆ ContainsAgent()

bool InventoryItem::ContainsAgent ( int agent_id)
inlineprotected

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

3974 {
3975 if (agent_id & m_AttachedAgents)
3976 {
3977 return true;
3978 }
3979 else
3980 {
3981 return false;
3982 }
3983 }
int m_AttachedAgents
Определения ItemBase.c:99

Перекрестные ссылки m_AttachedAgents.