Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

client

❯

CCitadel_Modifier_PunkgoatTethered

CCitadel_Modifier_PunkgoatTethered

Feb 03, 2026

  • schemas
  • schemas/class
class CCitadel_Modifier_PunkgoatTethered : public CCitadelModifier
{
public:
    ParticleIndex_t m_nParticleRope1;
    SatVolumeIndex_t m_nSatVolumeIndex;
    GameTime_t m_flLastDamageTime;
private:
    uint8 pad_00CC[1124];
public:
    CHandle<C_BaseEntity> m_hTetheredTo;
};

Graph View

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server