ChunkStack

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
get
SmallChunk* get(int chunkY)

get chunk from stack by chunk Y index

set
void set(int chunkY, SmallChunk* item)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

topNonEmptyY
int topNonEmptyY [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_chunkCount
int _chunkCount;
Undocumented in source.
_chunks
SmallChunk*[] _chunks;
Undocumented in source.
_chunks
SmallChunk** _chunks;
Undocumented in source.
_minChunkY
int _minChunkY;
Undocumented in source.

Meta