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

◆ ContainsAgent()

bool InventoryItem::ContainsAgent ( int agent_id)
inlineprotected

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

3924 {
3925 if (agent_id & m_AttachedAgents)
3926 {
3927 return true;
3928 }
3929 else
3930 {
3931 return false;
3932 }
3933 }
int m_AttachedAgents
Определения ItemBase.c:93

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