From 455d33963ff3907c1fae5650416cdc67a6f1607e Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 13 Oct 2013 14:13:15 +0200 Subject: Re-added the cWorld:GetSignLines() to the API. Somehow this got lost somewhere. --- source/ManualBindings.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/ManualBindings.cpp b/source/ManualBindings.cpp index 4242db46a..e6605ddb0 100644 --- a/source/ManualBindings.cpp +++ b/source/ManualBindings.cpp @@ -2096,6 +2096,7 @@ void ManualBindings::Bind(lua_State * tolua_S) tolua_function(tolua_S, "ForEachPlayer", tolua_ForEach< cWorld, cPlayer, &cWorld::ForEachPlayer>); tolua_function(tolua_S, "GetBlockInfo", tolua_cWorld_GetBlockInfo); tolua_function(tolua_S, "GetBlockTypeMeta", tolua_cWorld_GetBlockTypeMeta); + tolua_function(tolua_S, "GetSignLines", tolua_cWorld_GetSignLines); tolua_function(tolua_S, "QueueTask", tolua_cWorld_QueueTask); tolua_function(tolua_S, "SetSignLines", tolua_cWorld_SetSignLines); tolua_function(tolua_S, "TryGetHeight", tolua_cWorld_TryGetHeight); -- cgit v1.2.3