SwiftlyS2

CLogicCompare

Interface CLogicCompare

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

CompareValue

ref float CompareValue { get; }
Property Value

InValue

ref float InValue { get; }
Property Value

OnEqualTo

SchemaUntypedField OnEqualTo { get; }
Property Value

OnGreaterThan

SchemaUntypedField OnGreaterThan { get; }
Property Value

OnLessThan

SchemaUntypedField OnLessThan { get; }
Property Value

OnNotEqualTo

SchemaUntypedField OnNotEqualTo { get; }
Property Value

On this page