![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Static Private Member Functions | |
| static void | RegisterHitComponent (array< ref DayZAIHitComponent > pHitComponents, string pName, float pWeight) |
| static bool | SelectMostProbableHitComponent (array< ref DayZAIHitComponent > pHitComponents, out string pHitComponent) |
| static int | SumOfWeights (array< ref DayZAIHitComponent > pHitComponents) |
Definition at line 8 of file dayzaihitcomponents.c.
|
inlinestaticprivate |
Definition at line 21 of file dayzaihitcomponents.c.
References DayZAIHitComponent::m_Name, and DayZAIHitComponent::m_Weight.
Referenced by DeathUpdate(), AnimalBase::RegisterHitComponentsForAI(), DayZCreatureAI::RegisterHitComponentsForAI(), and RegisterHitComponentsForAI().
|
inlinestaticprivate |
Definition at line 40 of file dayzaihitcomponents.c.
References DayZAIHitComponent::m_Name, DayZAIHitComponent::m_Weight, Math::RandomInt(), and SumOfWeights().
Referenced by DayZCreatureAI::GetHitComponentForAI(), and GetHitComponentForAI().
|
inlinestaticprivate |
Definition at line 68 of file dayzaihitcomponents.c.
References DayZAIHitComponent::m_Weight.
Referenced by SelectMostProbableHitComponent().