summaryrefslogtreecommitdiffstats
path: root/source/cPlayer.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-10 21:01:36 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-10 21:01:36 +0200
commit6711fcd6360a4a0a5efba95d51b1fd1cb456471c (patch)
treeb2be4dcafd474b5259e8db12daeb6339f1101975 /source/cPlayer.h
parentTorch placement handling (contributed by l0udPL) (diff)
downloadcuberite-6711fcd6360a4a0a5efba95d51b1fd1cb456471c.tar
cuberite-6711fcd6360a4a0a5efba95d51b1fd1cb456471c.tar.gz
cuberite-6711fcd6360a4a0a5efba95d51b1fd1cb456471c.tar.bz2
cuberite-6711fcd6360a4a0a5efba95d51b1fd1cb456471c.tar.lz
cuberite-6711fcd6360a4a0a5efba95d51b1fd1cb456471c.tar.xz
cuberite-6711fcd6360a4a0a5efba95d51b1fd1cb456471c.tar.zst
cuberite-6711fcd6360a4a0a5efba95d51b1fd1cb456471c.zip
Diffstat (limited to '')
-rw-r--r--source/cPlayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h
index 50a92f44f..469d84701 100644
--- a/source/cPlayer.h
+++ b/source/cPlayer.h
@@ -79,7 +79,7 @@ public:
AString GetColor(void) const; //tolua_export
- void TossItem( bool a_bDraggingItem, int a_Amount = 1 ); //tolua_export
+ void TossItem(bool a_bDraggingItem, int a_Amount = 1, int a_CreateType = 0, int a_CreateHealth = 0); //tolua_export
void Heal( int a_Health ); //tolua_export