Class CLogicBranchList
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CLogicBranchList : CLogicalEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCLogicBranchList
- 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
LogicBranchNames
[SchemaMember("CLogicBranchList", "m_nLogicBranchNames")]
public Span<string> LogicBranchNames { get; }
Property Value
OnAllFalse
[SchemaMember("CLogicBranchList", "m_OnAllFalse")]
public CEntityIOOutput OnAllFalse { get; }
Property Value
OnAllTrue
[SchemaMember("CLogicBranchList", "m_OnAllTrue")]
public CEntityIOOutput OnAllTrue { get; }
Property Value
OnMixed
[SchemaMember("CLogicBranchList", "m_OnMixed")]
public CEntityIOOutput OnMixed { get; }