Table of Contents

Class CLogicBranchList

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CLogicBranchList : CLogicalEntity, IEquatable<CEntityInstance>
Inheritance
CLogicBranchList
Implements
Inherited Members

Constructors

CLogicBranchList(nint)

public CLogicBranchList(nint pointer)

Parameters

pointer nint

Properties

LogicBranchList

[SchemaMember("CLogicBranchList", "m_LogicBranchList")]
public NetworkedVector<CHandle<CBaseEntity>> LogicBranchList { get; }

Property Value

NetworkedVector<CHandle<CBaseEntity>>

LogicBranchNames

[SchemaMember("CLogicBranchList", "m_nLogicBranchNames")]
public Span<string> LogicBranchNames { get; }

Property Value

Span<string>

OnAllFalse

[SchemaMember("CLogicBranchList", "m_OnAllFalse")]
public CEntityIOOutput OnAllFalse { get; }

Property Value

CEntityIOOutput

OnAllTrue

[SchemaMember("CLogicBranchList", "m_OnAllTrue")]
public CEntityIOOutput OnAllTrue { get; }

Property Value

CEntityIOOutput

OnMixed

[SchemaMember("CLogicBranchList", "m_OnMixed")]
public CEntityIOOutput OnMixed { get; }

Property Value

CEntityIOOutput