summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index df2a61b03..ebc347ce0 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -331,9 +331,15 @@ class LocalPlayer : public Being, public ActorSpriteListener,
void setAway(const std::string &message);
+ bool getAway()
+ { return mAwayMode; }
+
void setHalfAway(bool n)
{ mInactive = n; }
+ bool getHalfAway()
+ { return mInactive; }
+
void afkRespond(ChatTab *tab, const std::string &nick);
bool navigateTo(int x, int y);