WorldMgr::SetWorldCreator
Defined in:
Installs a world class creator function.
C4World.h
Prototype
void SetWorldCreator(WorldCreatorCallback *callback, void *cookie = nullptr);
Parameters
callback |
A pointer to the world creator callback function. |
cookie |
The cookie that is passed to the callback function. |
Description
typedef World *WorldCreatorCallback(const char *, void *);
See Also