Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CCitadel_Modifier_VoidSphere

CCitadel_Modifier_VoidSphere

Nov 23, 2025

  • schemas
  • schemas/class
class CCitadel_Modifier_VoidSphere : public CCitadelModifier
{
public:
    bool m_bTeleported;
    ParticleIndex_t m_particleStart;
    ParticleIndex_t m_particleEnd;
    ParticleIndex_t m_particleTrail;
    Vector m_vecEndLocation;
    Vector m_vecStartPosition;
    Vector m_vecEndLocationCaster;
private:
    uint8 pad_00FC[384];
};

Graph View

Backlinks

  • Modifier List

Created with Quartz v4.5.2 © 2025

  • Hit Deadlock Modding Server