1
0
cuberite-2a/source/Bindings.h
madmaxoft f3a0fed724 Hook adding uses the new API.
Multiple hooks per plugin can be added. The cPluginManager.AddHook() has four available signatures, the recommended one is cPluginManager.AddHook(HOOK_TYPE, CallbackFunction)
2013-08-21 21:29:30 +02:00

9 lines
181 B
C

/*
** Lua binding: AllToLua
** Generated automatically by tolua++-1.0.92 on 08/21/13 19:38:48.
*/
/* Exported function */
TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S);