|
enum DayZInfectedAttackGroupType | RegisterHitComponentsForAI () |
| register hit components for AI melee (used by attacking AI)
|
|
void | RegisterAttacks () |
|
DayZInfectedAttackType | ChooseAttack (DayZInfectedAttackGroupType pAttackGroupType, float pDistance, int pPitch) |
|
string | GetHitComponentForAI () |
|
string | GetDefaultHitComponent () |
|
string | GetDefaultHitPositionComponent () |
|
array< string > | GetSuitableFinisherHitComponents () |
|
void | RegisterAttack (DayZInfectedAttackGroupType pAttackGroupType, float pDistance, int pPitch, int pType, float pSubtype, string pAmmoType, int pIsHeavy, float pCooldown, float pProbability) |
|
float | ComputeAttackUtility (DayZInfectedAttackType pAttackType, float pTargetDistance, int pPitch, float pProbability) |
|
array< ref DayZInfectedAttackType > | GetAttackGroup (DayZInfectedAttackGroupType pType) |
|