From 7acb665f25a073bf9eb3ca0f8cced0f1caea1dfd Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Thu, 15 Aug 2013 22:12:57 +0200 Subject: Exported cWorld:DoExplosionAt() to Lua API. --- source/World.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/World.h') diff --git a/source/World.h b/source/World.h index 4f1e942e4..8525eebe5 100644 --- a/source/World.h +++ b/source/World.h @@ -403,7 +403,7 @@ public: | esWitherBirth | TBD | | esPlugin | void * | */ - void DoExplosiontAt(double a_ExplosionSize, double a_BlockX, double a_BlockY, double a_BlockZ, bool a_CanCauseFire, eExplosionSource a_Source, void * a_SourceData); + void DoExplosiontAt(double a_ExplosionSize, double a_BlockX, double a_BlockY, double a_BlockZ, bool a_CanCauseFire, eExplosionSource a_Source, void * a_SourceData); // tolua_export /// Calls the callback for the chest at the specified coords; returns false if there's no chest at those coords, true if found bool DoWithChestAt (int a_BlockX, int a_BlockY, int a_BlockZ, cChestCallback & a_Callback); // Exported in ManualBindings.cpp -- cgit v1.2.3