Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
consumeconditiondata.c
Go to the documentation of this file.
2{
5 //int m_ConsumptionType = -1;
6
8 {
9 m_Consumer = consumer;
10 m_ConsumedItem = item;
11 }
12}
void ConsumeConditionData(EntityAI consumer, ItemBase item)