ChunkLayerItem

Stores layer of chunk data. Used for transferring and saving chunk layers. Stores layerId. Stores no user count.

Constructors

this
this(StorageType _type, ubyte _layerId, LayerDataLenType _dataLength, uint _timestamp, ulong _uniformData, ushort _metadata)
Undocumented in source.
this
this(StorageType _type, ubyte _layerId, LayerDataLenType _dataLength, uint _timestamp, ubyte* _dataPtr, ushort _metadata)
Undocumented in source.
this
this(StorageType _type, ubyte _layerId, uint _timestamp, T[] _array, ushort _metadata)
Undocumented in source.
this
this(ChunkLayerSnap l, ubyte _layerId)
Undocumented in source.

Members

Functions

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

dataLength
LayerDataLenType dataLength;
Undocumented in source.
layerId
ubyte layerId;
Undocumented in source.
metadata
ushort metadata;
Undocumented in source.
timestamp
uint timestamp;
Undocumented in source.
type
StorageType type;
Undocumented in source.

Meta