Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CCitadelDruidPlantShield

CCitadelDruidPlantShield

Jan 23, 2026

  • schemas
  • schemas/class
class CCitadelDruidPlantShield : public CCitadelAnimatingModelEntity
{
public:
    bool m_bSolid;
    VectorWS m_vStartPos;
    VectorWS m_vEndPos;
    GameTime_t m_flStartGrowTime;
    GameTime_t m_flEndGrowTime;
};

Graph View

Backlinks

  • Entity List

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server