Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CPointEntityFinder

CPointEntityFinder

Nov 23, 2025

  • schemas
  • schemas/class
class CPointEntityFinder : public CBaseEntity
{
public:
    CHandle<CBaseEntity> m_hEntity;
    CUtlSymbolLarge m_iFilterName;
    CHandle<CBaseFilter> m_hFilter;
    CUtlSymbolLarge m_iRefName;
    CHandle<CBaseEntity> m_hReference;
    EntFinderMethod_t m_FindMethod;
    CEntityIOOutput m_OnFoundEntity;
};

Graph View

Backlinks

  • Entity List

Created with Quartz v4.5.2 © 2025

  • Hit Deadlock Modding Server