summaryrefslogtreecommitdiffstats
path: root/source/Entities/Player.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Entities/Player.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/Entities/Player.h b/source/Entities/Player.h
index e0ccaf318..d998c47bb 100644
--- a/source/Entities/Player.h
+++ b/source/Entities/Player.h
@@ -76,13 +76,13 @@ public:
int AddExperience(int a_Xp_delta);
/// Gets the experience total - XpTotal
- inline int GetExperienceTotal(void) { return m_XpTotal; }
+ inline int XpGetTotal(void) { return m_XpTotal; }
/// Gets the current level - XpLevel
- int GetExperienceLevel(void);
+ int XpGetLevel(void);
/// Gets the experience bar percentage - XpP
- float GetExperiencePercentage(void);
+ float XpGetPercentage(void);
/// Starts charging the equipped bow
void StartChargingBow(void);