WorldDb

Undocumented in source.

Members

Functions

abortTxn
void abortTxn()
Undocumented in source. Be warned that the author may not have intended to support it.
beginTxn
void beginTxn()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
commitTxn
void commitTxn()
Undocumented in source. Be warned that the author may not have intended to support it.
getPerChunkValue
ubyte[] getPerChunkValue(ulong key)
Undocumented in source. Be warned that the author may not have intended to support it.
getPerChunkValue
ubyte[] getPerChunkValue(ulong key)
Undocumented in source. Be warned that the author may not have intended to support it.
getPerWorldValue
ubyte[] getPerWorldValue(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
getPerWorldValue
ubyte[] getPerWorldValue(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
putPerChunkValue
void putPerChunkValue(ulong key, ubyte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
putPerChunkValue
void putPerChunkValue(ulong key, ubyte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
putPerWorldValue
void putPerWorldValue(K key, ubyte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
putPerWorldValue
void putPerWorldValue(K key, ubyte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
tempBuffer
ubyte[] tempBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

db
LmdbWorldDb db;
Undocumented in source.
db
SqliteWorldDb db;
Undocumented in source.

Meta