Cuberite Forum
Chunks pre-generation - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Discussion (https://forum.cuberite.org/forum-8.html)
+--- Thread: Chunks pre-generation (/thread-432.html)

Pages: 1 2 3


RE: Chunks pre-generation - Taugeshtu - 05-31-2012

Quote:I think most of your API questions can be answered easily by looking at the C++ code. Can you have a look at it?
Since now I will Smile


RE: Chunks pre-generation - xoft - 06-02-2012

Forgot about one thing - there's another file, ManualBindings.cpp, that has a few extra functions that we needed to write by hand (instead of having it generated by a tool into Bindings.cpp). You might want to check that one as well, at the very bottom the function
Code:
void ManualBindings::Bind( lua_State* tolua_S )