Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CGameChoreoServices

CGameChoreoServices

Nov 23, 2025

  • schemas
  • schemas/class
class CGameChoreoServices : public IChoreoServices
{
public:
    CHandle<CBaseAnimGraph> m_hOwner;
    CHandle<CScriptedSequence> m_hScriptedSequence;
    IChoreoServices__ScriptState_t m_scriptState;
    IChoreoServices__ChoreoState_t m_choreoState;
    GameTime_t m_flTimeStartedState;
};

Graph View

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server