DayZ 1.24
Loading...
Searching...
No Matches
DayZInfectedCfgBase.c File Reference

Go to the source code of this file.

Functions

void DayZInfectedTypeCreate (DayZInfectedType pType)
 

Function Documentation

◆ DayZInfectedTypeCreate()

void DayZInfectedTypeCreate ( DayZInfectedType pType)

register attacks

melee hit components (cached in type)

Definition at line 5 of file DayZInfectedCfgBase.c.

6{
8 pType.RegisterAttacks();
9
11 pType.RegisterHitComponentsForAI();
12}