Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
dayzinfectedcfgbase.c
Go to the documentation of this file.
1 //-----------------------------------------------------------------------------------------------
2 // DayZInfectedTypeCreate - main dayz type config
3 //-----------------------------------------------------------------------------------------------
4 
5 void DayZInfectedTypeCreate(DayZInfectedType pType)
6 {
8  pType.RegisterAttacks();
9 
11  pType.RegisterHitComponentsForAI();
12 }
DayZInfectedTypeCreate
void DayZInfectedTypeCreate(DayZInfectedType pType)
Definition: dayzinfectedcfgbase.c:5