Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

animationsystem

❯

AnimationDecodeDebugDump_t

AnimationDecodeDebugDump_t

Nov 23, 2025

  • schemas
  • schemas/class
class AnimationDecodeDebugDump_t
{
public:
    AnimationProcessingType_t m_processingType;
    CUtlVector<AnimationDecodeDebugDumpElement_t> m_elems;
};

KV3 Class Defaults

{
    m_processingType = "ANIMATION_PROCESSING_SERVER_SIMULATION"
    m_elems = [  ]
}

Graph View

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server