Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
consumeconditiondata.c
Go to the documentation of this file.
1
class
ConsumeConditionData
2
{
3
EntityAI
m_Consumer;
4
ItemBase
m_ConsumedItem;
5
//int m_ConsumptionType = -1;
6
7
void
ConsumeConditionData(
EntityAI
consumer,
ItemBase
item)
8
{
9
m_Consumer = consumer;
10
m_ConsumedItem = item;
11
}
12
}
EntityAI
Definition
inventoryitem.c:2
ItemBase
Definition
inventoryitem.c:742
Daten
4_world
classes
consumeconditiondata.c
Generated by
1.16.1