diff options
Diffstat (limited to '')
-rw-r--r-- | source/cPlayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h index 6f52b3f1f..17e575e91 100644 --- a/source/cPlayer.h +++ b/source/cPlayer.h @@ -75,6 +75,8 @@ public: void SetVisible( bool a_bVisible ); //tolua_export
bool IsVisible() { return m_bVisible; } //tolua_export
+ bool MoveToWorld( const char* a_WorldName ); //tolua_export
+
bool SaveToDisk();
bool LoadFromDisk();
|