SwiftlyS2

CPulseGraphDef

Interface CPulseGraphDef

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CPulseGraphDef : ISchemaClass<CPulseGraphDef>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

BlackboardReferences

ref CUtlVector<CPulse_BlackboardReference> BlackboardReferences { get; }
Property Value

CallInfos

ref CUtlVector<PointerTo<CPulse_CallInfo>> CallInfos { get; }
Property Value

Cells

ref CUtlVector<PointerTo<CPulseCell_Base>> Cells { get; }
Property Value

Chunks

ref CUtlVector<PointerTo<CPulse_Chunk>> Chunks { get; }
Property Value

Constants

ref CUtlVector<CPulse_Constant> Constants { get; }
Property Value

DomainIdentifier

SchemaUntypedField DomainIdentifier { get; }
Property Value

DomainSubType

SchemaUntypedField DomainSubType { get; }
Property Value

DomainValues

ref CUtlVector<CPulse_DomainValue> DomainValues { get; }
Property Value

InvokeBindings

ref CUtlVector<PointerTo<CPulse_InvokeBinding>> InvokeBindings { get; }
Property Value

OutputConnections

ref CUtlVector<PointerTo<CPulse_OutputConnection>> OutputConnections { get; }
Property Value

ParentMapName

SchemaUntypedField ParentMapName { get; }
Property Value

ParentXmlName

SchemaUntypedField ParentXmlName { get; }
Property Value

PublicOutputs

ref CUtlVector<CPulse_PublicOutput> PublicOutputs { get; }
Property Value

Vars

ref CUtlVector<CPulse_Variable> Vars { get; }
Property Value

On this page