![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
holds hit components and its weights for attack from AI (used on each type - DayZPlayerType, DayZAnimalType, etc.) More...
Private Attributes | |
| string | m_Name |
| int | m_Weight |
| "Head", "Torso", etc. | |
holds hit components and its weights for attack from AI (used on each type - DayZPlayerType, DayZAnimalType, etc.)
Definition at line 2 of file dayzaihitcomponents.c.
|
private |
Definition at line 4 of file dayzaihitcomponents.c.
Referenced by DayZAIHitComponentHelpers::RegisterHitComponent(), and DayZAIHitComponentHelpers::SelectMostProbableHitComponent().
|
private |
"Head", "Torso", etc.
Definition at line 5 of file dayzaihitcomponents.c.
Referenced by DayZAIHitComponentHelpers::RegisterHitComponent(), DayZAIHitComponentHelpers::SelectMostProbableHitComponent(), and DayZAIHitComponentHelpers::SumOfWeights().