Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CMathRemap

CMathRemap

Nov 23, 2025

  • schemas
  • schemas/class
class CMathRemap : public CLogicalEntity
{
public:
    float32 m_flInMin;
    float32 m_flInMax;
    float32 m_flOut1;
    float32 m_flOut2;
    float32 m_flOldInValue;
    bool m_bEnabled;
    CEntityOutputTemplate<float32> m_OutValue;
    CEntityIOOutput m_OnRoseAboveMin;
    CEntityIOOutput m_OnRoseAboveMax;
    CEntityIOOutput m_OnFellBelowMin;
    CEntityIOOutput m_OnFellBelowMax;
};

Graph View

Backlinks

  • Entity List

Created with Quartz v4.5.2 © 2025

  • Hit Deadlock Modding Server