Port Hover Height from Alchemy, it's in quicksettings~

Lots and lots of other sync~
Also has a command /hover
Added /resync command from Alchemy.
This commit is contained in:
Inusaito Sayori
2015-03-25 08:04:24 -04:00
parent a54937b4b8
commit 398014b118
35 changed files with 534 additions and 111 deletions

View File

@@ -462,15 +462,20 @@ public:
/// @brief ground-sit at agent's current position
void sitDown();
void setSitDownAway(bool away);
bool isAwaySitting() const { return mIsAwaySitting; }
private:
bool mIsAwaySitting;
//--------------------------------------------------------------------
// Busy
// Do Not Disturb
//--------------------------------------------------------------------
public:
void setBusy();
void clearBusy();
BOOL getBusy() const;
void setDoNotDisturb(bool pIsDoNotDisturb);
bool isDoNotDisturb() const;
private:
BOOL mIsBusy;
bool mIsDoNotDisturb;
//--------------------------------------------------------------------
// Grab