ChunkObserverManager

Undocumented in source.

Members

Functions

addServerObserver
void addServerObserver(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
addServerObserverBox
void addServerObserverBox(WorldBox box, Box dimBorders)
Undocumented in source. Be warned that the author may not have intended to support it.
changeObserverBox
void changeObserverBox(SessionId sessionId, ChunkWorldPos observerPosition, int viewRadius, Box dimBorders)
Undocumented in source. Be warned that the author may not have intended to support it.
changeObserverBox
void changeObserverBox(SessionId sessionId, WorldBox newBox)
Undocumented in source. Be warned that the author may not have intended to support it.
getChunkObservers
SessionId[] getChunkObservers(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
getObserverBox
WorldBox getObserverBox(SessionId sessionId)
Undocumented in source. Be warned that the author may not have intended to support it.
removeObserver
void removeObserver(SessionId sessionId)
Undocumented in source. Be warned that the author may not have intended to support it.
removeServerObserver
void removeServerObserver(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
removeServerObserverBox
void removeServerObserverBox(WorldBox box, Box dimBorders)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

a
string a;
Undocumented in source.
changeChunkNumObservers
void delegate(ChunkWorldPos, size_t numObservers) changeChunkNumObservers;
Undocumented in source.
chunkObserverAdded
void delegate(ChunkWorldPos, SessionId) chunkObserverAdded;
Undocumented in source.
loadQueueSpaceAvaliable
size_t delegate() loadQueueSpaceAvaliable;
Undocumented in source.

Meta