C# Class Warcraft.ADT.Chunks.MapChunkOffsetEntry

A struct containing information about the referenced MCNK
Show file Open project: Nihlus/libwarcraft Class Usage Examples

Public Properties

Property Type Description
AsynchronousLoadingID int
Flags int
MapChunkOffset int
MapChunkSize int

Property Details

AsynchronousLoadingID public 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 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 property

Absolute offset of the MCNK
public int MapChunkOffset
return int

MapChunkSize public property

Size of the MCNK
public int MapChunkSize
return int