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

◆ ContainsAgent()

bool InventoryItem::ContainsAgent ( int agent_id)
inlineprotected

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

3854 {
3855 if (agent_id & m_AttachedAgents)
3856 {
3857 return true;
3858 }
3859 else
3860 {
3861 return false;
3862 }
3863 }
int m_AttachedAgents
Определения ItemBase.c:93

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