SwiftlyS2

CSVCMsg_CreateStringTable

Interface CSVCMsg_CreateStringTable

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CSVCMsg_CreateStringTable : ITypedProtobuf<CSVCMsg_CreateStringTable>, INativeHandle, INetMessage<CSVCMsg_CreateStringTable>, IDisposable

Implements

Properties

DataCompressed

bool DataCompressed { get; set; }
Property Value

Flags

int Flags { get; set; }
Property Value

Name

string Name { get; set; }
Property Value

NumEntries

int NumEntries { get; set; }
Property Value

StringData

byte[] StringData { get; set; }
Property Value

UncompressedSize

int UncompressedSize { get; set; }
Property Value

UserDataFixedSize

bool UserDataFixedSize { get; set; }
Property Value

UserDataSize

int UserDataSize { get; set; }
Property Value

UserDataSizeBits

int UserDataSizeBits { get; set; }
Property Value

UsingVarintBitcounts

bool UsingVarintBitcounts { get; set; }
Property Value

On this page