Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CCitadelPassthroughFakeWall

CCitadelPassthroughFakeWall

Jan 29, 2026

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

Graph View

Backlinks

  • Entity List

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server