summaryrefslogtreecommitdiffstats
path: root/source/Entities/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Entities/Player.h')
-rw-r--r--source/Entities/Player.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/Entities/Player.h b/source/Entities/Player.h
index e89bd3739..ab2f94d4c 100644
--- a/source/Entities/Player.h
+++ b/source/Entities/Player.h
@@ -64,6 +64,9 @@ public:
/// Returns the currently equipped boots; empty item if none
virtual cItem GetEquippedBoots(void) const override { return m_Inventory.GetEquippedBoots(); }
+
+ // tolua_begin
+
/** Sets the experience total
Returns true on success
"should" really only be called at init or player death, plugins excepted
@@ -83,6 +86,8 @@ public:
/// Gets the experience bar percentage - XpP
float XpGetPercentage(void);
+
+ // tolua_end
/// Starts charging the equipped bow
void StartChargingBow(void);