Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CLogicBranchList

CLogicBranchList

Nov 23, 2025

  • schemas
  • schemas/class
class CLogicBranchList : public CLogicalEntity
{
public:
    CUtlSymbolLarge m_nLogicBranchNames[16];
    CUtlVector<CHandle<CBaseEntity>> m_LogicBranchList;
    CLogicBranchList__LogicBranchListenerLastState_t m_eLastState;
    CEntityIOOutput m_OnAllTrue;
    CEntityIOOutput m_OnAllFalse;
    CEntityIOOutput m_OnMixed;
};

Graph View

Backlinks

  • Entity List

Created with Quartz v4.5.2 © 2025

  • Hit Deadlock Modding Server