Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CAI_FacingServices

CAI_FacingServices

Jan 23, 2026

  • schemas
  • schemas/class
class CAI_FacingServices : public CAI_Component
{
public:
    CAI_InterestTarget m_pEntityFacingRequests[10];
    AI_ScheduleFacingTargetPriority_t m_eScheduleFacingRequestPriority;
    AI_Strafing_t m_strafingRequests[7];
    bool m_pEnableForceFacing[2];
    // MNotSaved = !!UNKNOWN!!
    uint8 m_nEntityFacingLockCount;
    // MNotSaved = !!UNKNOWN!!
    CUtlVector<ChoreoEntityFacing_t> m_vecChoreoEntityFacings;
    // MNotSaved = !!UNKNOWN!!
    bool m_bFailedTargetValidation;
};

Graph View

Backlinks

  • CAI_BaseNPC

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server