DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
InsertAgent()
override void InventoryItem::InsertAgent
(
int
agent
,
float
count
=
1
)
inline
protected
См. определение в файле
ItemBase.c
строка
3885
3886
{
3887
if
(count < 1)
3888
return
;
3889
//Debug.Log("Inserting Agent on item: " + agent.ToString() +" count: " + count.ToString());
3890
m_AttachedAgents
= (agent |
m_AttachedAgents
);
3891
}
InventoryItem::m_AttachedAgents
int m_AttachedAgents
Определения
ItemBase.c:93
Перекрестные ссылки
m_AttachedAgents
.
InventoryItem
Создано системой
1.13.2