Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

client

❯

CCitadel_Ability_Fencer_ThrowBlade

CCitadel_Ability_Fencer_ThrowBlade

Feb 12, 2026

  • schemas
  • schemas/class
class CCitadel_Ability_Fencer_ThrowBlade : public C_CitadelBaseAbility
{
public:
    Vector m_vCastPosition;
    QAngle m_qCastAngles;
    ParticleIndex_t m_nMarkParticleIndex;
    ParticleIndex_t m_nLingerParticleIndex;
    ParticleIndex_t m_nExplodeParticleIndex;
    bool m_bHitEnemyPlayer;
private:
    uint8 pad_0FFD[1680];
};

Graph View

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server