![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | AITargetCallbacksPlayer (PlayerBase pPlayer) |
| override vector | GetHeadPositionWS () |
| override float | GetMaxVisionRangeModifier (EntityAI pApplicant) |
| override vector | GetVisionPointPositionWS (EntityAI pApplicant) |
Static Private Member Functions | |
| static int | StanceToMovementIdxTranslation (HumanMovementState pState) |
| Translates players speed (idx) and corrects it by current stance used mainly for visibility/audibility of player to AI. | |
Private Attributes | |
| int | m_iChestBoneIndex |
| int | m_iHeadBoneIndex |
| DEPRECATED. | |
| PlayerBase | m_Player |
Definition at line 1 of file aitargetcallbacksplayer.c.
|
inlineprivate |
Definition at line 7 of file aitargetcallbacksplayer.c.
References m_iChestBoneIndex, and m_Player.
Referenced by GetMaxVisionRangeModifier().
|
inlineprivate |
Definition at line 14 of file aitargetcallbacksplayer.c.
References m_Player.
Referenced by GetVisionPointPositionWS().
player speed mofifications
stance modification
mean value of the coefs
Definition at line 46 of file aitargetcallbacksplayer.c.
References AITargetCallbacksPlayer(), PlayerConstants::AI_VISIBILITY_CROUCH, PlayerConstants::AI_VISIBILITY_IDLE, PlayerConstants::AI_VISIBILITY_PRONE, PlayerConstants::AI_VISIBILITY_RUN, PlayerConstants::AI_VISIBILITY_STANDING, PlayerConstants::AI_VISIBILITY_WALK, HumanMovementState::m_iStanceIdx, and m_Player.
Definition at line 22 of file aitargetcallbacksplayer.c.
References GetHeadPositionWS(), DayZInfectedInputController::GetMindState(), m_iChestBoneIndex, and m_Player.
|
inlinestaticprivate |
Translates players speed (idx) and corrects it by current stance used mainly for visibility/audibility of player to AI.
Definition at line 89 of file aitargetcallbacksplayer.c.
References HumanMovementState::m_iMovement, and HumanMovementState::m_iStanceIdx.
Referenced by GetMovementSpeedVisualCoef(), and NoiseAIEvaluate::GetNoiseMultiplierByPlayerSpeed().
|
private |
Definition at line 3 of file aitargetcallbacksplayer.c.
Referenced by AITargetCallbacksPlayer(), and GetVisionPointPositionWS().
|
private |
DEPRECATED.
Definition at line 136 of file aitargetcallbacksplayer.c.
|
private |
Definition at line 5 of file aitargetcallbacksplayer.c.
Referenced by AITargetCallbacksPlayer(), GetHeadPositionWS(), GetMaxVisionRangeModifier(), and GetVisionPointPositionWS().