Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

client

❯

CCitadelPassthroughFakeWall

CCitadelPassthroughFakeWall

Jan 29, 2026

  • schemas
  • schemas/class
class CCitadelPassthroughFakeWall : public C_BaseModelEntity
{
public:
    bool m_bAllowAnyone;
    bool m_bAllowTinyCharacters;
    float32 m_flTriggerDistanceMeters;
    CHandle<C_BaseEntity> m_hTrigger;
    CEntityIOOutput m_eventOnOpen;
    CEntityIOOutput m_eventOnClose;
private:
    uint8 pad_09E0[8];
};

Graph View

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server