SwiftlyS2

CDebugDrawHistoryData

Interface CDebugDrawHistoryData

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

Bools

ref CUtlLeanVector<bool, int> Bools { get; }
Property Value

Colors

ref CUtlLeanVector<Color, int> Colors { get; }
Property Value

Dimensions

ref CUtlLeanVector<float, int> Dimensions { get; }
Property Value

Entity

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

Etype

ref ESceneViewDebugOverlaysListenerDataType_t Etype { get; }
Property Value

Strings

ref CUtlLeanVector<CUtlString, int> Strings { get; }
Property Value

Times

ref CUtlLeanVector<double, int> Times { get; }
Property Value

Uint64s

ref CUtlLeanVector<ulong, int> Uint64s { get; }
Property Value

Vectors

ref CUtlLeanVector<Vector4D, int> Vectors { get; }
Property Value

On this page