SwiftlyS2

CLogicDistanceCheck

Interface CLogicDistanceCheck

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

EntityA

string EntityA { get; set; }
Property Value

EntityB

string EntityB { get; set; }
Property Value

InZone1

CEntityIOOutput InZone1 { get; }
Property Value

InZone2

CEntityIOOutput InZone2 { get; }
Property Value

InZone3

CEntityIOOutput InZone3 { get; }
Property Value

Zone1Distance

ref float Zone1Distance { get; }
Property Value

Zone2Distance

ref float Zone2Distance { get; }
Property Value

On this page