diff options
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r-- | linden/indra/newview/llagent.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h index 798de8c..3a39448 100644 --- a/linden/indra/newview/llagent.h +++ b/linden/indra/newview/llagent.h | |||
@@ -177,6 +177,11 @@ public: | |||
177 | void clearRenderState(U8 clearstate); | 177 | void clearRenderState(U8 clearstate); |
178 | U8 getRenderState(); | 178 | U8 getRenderState(); |
179 | 179 | ||
180 | // get/set last region data | ||
181 | std::string getLastRegion(); | ||
182 | LLVector3 getLastCoords(); | ||
183 | void setLastRegionData(std::string regionName,LLVector3 agentCoords); | ||
184 | |||
180 | // Set the home data | 185 | // Set the home data |
181 | void setRegion(LLViewerRegion *regionp); | 186 | void setRegion(LLViewerRegion *regionp); |
182 | LLViewerRegion *getRegion() const; | 187 | LLViewerRegion *getRegion() const; |
@@ -915,7 +920,9 @@ private: | |||
915 | BOOL mFirstLogin; | 920 | BOOL mFirstLogin; |
916 | BOOL mGenderChosen; | 921 | BOOL mGenderChosen; |
917 | 922 | ||
918 | 923 | std::string mLastRegion; | |
924 | LLVector3 mLastCoordinates; | ||
925 | |||
919 | //-------------------------------------------------------------------- | 926 | //-------------------------------------------------------------------- |
920 | // Wearables | 927 | // Wearables |
921 | //-------------------------------------------------------------------- | 928 | //-------------------------------------------------------------------- |