3#include "utility/EventSite.h"
6 struct ChunkUnloadEvent;
7 struct ChunkBeforeLoadEvent;
Definition LevelEventSite.h:10
virtual void chunkUnloadEvent(ChunkUnloadEvent *pEvent)
Event fired when a chunk is unloaded.
Definition LevelEventSite.h:15
virtual void chunkBeforeLoadEvent(ChunkBeforeLoadEvent *pEvent)
Event fired when a chunk is about to be loaded.
Definition LevelEventSite.h:18
Definition LevelEventSource.h:11
Definition LevelEvents.h:19
Definition LevelEvents.h:12