summaryrefslogtreecommitdiffstats
path: root/source/cEntity.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cEntity.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/cEntity.h b/source/cEntity.h
index 84d9c766d..0165276b6 100644
--- a/source/cEntity.h
+++ b/source/cEntity.h
@@ -79,6 +79,10 @@ public: //tolua_export
float GetPitch (void) const {return m_Rot.y; } //tolua_export
float GetRoll (void) const {return m_Rot.z; } //tolua_export
Vector3f GetLookVector(); //tolua_export
+
+ int GetChunkX(void) const {return m_ChunkX; }
+ int GetChunkY(void) const {return m_ChunkY; }
+ int GetChunkZ(void) const {return m_ChunkZ; }
void SetPosX( const double & a_PosX ); //tolua_export
void SetPosY( const double & a_PosY ); //tolua_export