SwiftlyS2

CLogicBranch

Interface CLogicBranch

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CLogicBranch : CLogicalEntity, CServerOnlyEntity, CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CServerOnlyEntity>, ISchemaClass<CLogicalEntity>, ISchemaClass<CLogicBranch>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

InValue

ref bool InValue { get; }
Property Value

Listeners

ref CUtlVector<CHandle<CBaseEntity>> Listeners { get; }
Property Value

OnFalse

CEntityIOOutput OnFalse { get; }
Property Value

OnTrue

CEntityIOOutput OnTrue { get; }
Property Value

On this page