Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CBodyComponentBaseAnimGraph

CBodyComponentBaseAnimGraph

Nov 23, 2025

  • schemas
  • schemas/class
// MNetworkVarNames = CBaseAnimGraphController m_animationController
class CBodyComponentBaseAnimGraph : public CBodyComponentSkeletonInstance
{
public:
    // MNetworkEnable
    CBaseAnimGraphController m_animationController;
};

Graph View

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server