From 7af3df03a056667ffeef71b785f6633d3cff957b Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 30 May 2012 21:29:51 +0000 Subject: Added support for SetNextBlockTick() function callable from Lua git-svn-id: http://mc-server.googlecode.com/svn/trunk@527 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWorld.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/cWorld.h') diff --git a/source/cWorld.h b/source/cWorld.h index bd5e741cf..35ce2c406 100644 --- a/source/cWorld.h +++ b/source/cWorld.h @@ -295,6 +295,9 @@ public: bool IsPlacingItemLegal(Int16 a_ItemType, int a_BlockX, int a_BlockY, int a_BlockZ); + /// Sets the blockticking to start at the specified block. Only one blocktick per chunk may be set, second call overwrites the first call + void SetNextBlockTick(int a_BlockX, int a_BlockY, int a_BlockZ); // tolua_export + private: friend class cRoot; -- cgit v1.2.3