C# Класс Warcraft.ADT.Chunks.MapChunkOffsetEntry

A struct containing information about the referenced MCNK
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AsynchronousLoadingID int
Flags int
MapChunkOffset int
MapChunkSize int

Описание свойств

AsynchronousLoadingID публичное свойство

Async loading ID of the MCNK. This is only set on the client, and is as such always 0.
public int AsynchronousLoadingID
Результат int

Flags публичное свойство

Flags of the MCNK. This is only set on the client, and is as such always 0.
public int Flags
Результат int

MapChunkOffset публичное свойство

Absolute offset of the MCNK
public int MapChunkOffset
Результат int

MapChunkSize публичное свойство

Size of the MCNK
public int MapChunkSize
Результат int