Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CMathCounter

CMathCounter

Nov 23, 2025

  • schemas
  • schemas/class
class CMathCounter : public CLogicalEntity
{
public:
    float32 m_flMin;
    float32 m_flMax;
    bool m_bHitMin;
    bool m_bHitMax;
    bool m_bDisabled;
    CEntityOutputTemplate<float32> m_OutValue;
    CEntityOutputTemplate<float32> m_OnGetValue;
    CEntityIOOutput m_OnHitMin;
    CEntityIOOutput m_OnHitMax;
    CEntityIOOutput m_OnChangedFromMin;
    CEntityIOOutput m_OnChangedFromMax;
};

Graph View

Backlinks

  • Entity List

Created with Quartz v4.5.2 © 2025

  • Hit Deadlock Modding Server