C# Class Warcraft.ADT.Chunks.MapChunkOffsetEntry

A struct containing information about the referenced MCNK
显示文件 Open project: Nihlus/libwarcraft Class Usage Examples

Public Properties

Property Type Description
AsynchronousLoadingID int
Flags int
MapChunkOffset int
MapChunkSize int

Property Details

AsynchronousLoadingID public_oe property

Async loading ID of the MCNK. This is only set on the client, and is as such always 0.
public int AsynchronousLoadingID
return int

Flags public_oe property

Flags of the MCNK. This is only set on the client, and is as such always 0.
public int Flags
return int

MapChunkOffset public_oe property

Absolute offset of the MCNK
public int MapChunkOffset
return int

MapChunkSize public_oe property

Size of the MCNK
public int MapChunkSize
return int