C# Class Warcraft.ADT.Chunks.MapChunkOffsetEntry

A struct containing information about the referenced MCNK
Afficher le fichier Open project: Nihlus/libwarcraft Class Usage Examples

Méthodes publiques

Свойство 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
Résultat 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
Résultat int

MapChunkOffset public_oe property

Absolute offset of the MCNK
public int MapChunkOffset
Résultat int

MapChunkSize public_oe property

Size of the MCNK
public int MapChunkSize
Résultat int