SwiftlyS2

CLogicLineToEntity

Interface CLogicLineToEntity

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

EndEntity

ref CHandle<CBaseEntity> EndEntity { get; }
Property Value

Line

SchemaUntypedField Line { get; }
Property Value

SourceName

string SourceName { get; set; }
Property Value

StartEntity

ref CHandle<CBaseEntity> StartEntity { get; }
Property Value

On this page