diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-10 21:01:36 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-10 21:01:36 +0200 |
commit | 6711fcd6360a4a0a5efba95d51b1fd1cb456471c (patch) | |
tree | b2be4dcafd474b5259e8db12daeb6339f1101975 /source/cPlayer.h | |
parent | Torch placement handling (contributed by l0udPL) (diff) | |
download | cuberite-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 'source/cPlayer.h')
-rw-r--r-- | source/cPlayer.h | 2 |
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 |