Struct SqPackHeader
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lumina.Data.Structs
Assembly: Lumina.dll
Syntax
public struct SqPackHeader
Fields
| Improve this Doc View Source__unknown
Declaration
public byte *__unknown
Field Value
Type | Description |
---|---|
System.Byte* |
magic
Declaration
public byte *magic
Field Value
Type | Description |
---|---|
System.Byte* |
platformId
Declaration
public PlatformId platformId
Field Value
Type | Description |
---|---|
PlatformId |
size
Declaration
public uint size
Field Value
Type | Description |
---|---|
System.UInt32 |
type
Declaration
public uint type
Field Value
Type | Description |
---|---|
System.UInt32 |
version
Declaration
public uint version
Field Value
Type | Description |
---|---|
System.UInt32 |