summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-01-15 14:14:29 -0700
committerXiaohong Bao <bao@lindenlab.com>2013-01-15 14:14:29 -0700
commit7378259aa551c395b67e40196487584eaf5e8007 (patch)
tree1ce52ad4aab0630a8f3475fd8c36cbe35e772d3d /indra/newview/llagent.h
parentc539004c7ebec31d7e61209e7110ec96c867aaa6 (diff)
for SH-3667: Create an extendable recording tied to scene load time
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r--indra/newview/llagent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h
index 99904e118c..a1e899b45d 100644
--- a/indra/newview/llagent.h
+++ b/indra/newview/llagent.h
@@ -250,6 +250,8 @@ public:
const LLVector3d &getLastPositionGlobal() const { return mLastPositionGlobal; }
void setLastPositionGlobal(const LLVector3d &pos) { mLastPositionGlobal = pos; }
+
+ bool isPositionChanged() const;
private:
std::set<U64> mRegionsVisited; // Stat - what distinct regions has the avatar been to?
F64 mDistanceTraveled; // Stat - how far has the avatar moved?