This commit is contained in:
Beeks
2010-09-01 18:12:48 -04:00
parent 441a7059f6
commit 8bf941ca38
3 changed files with 69 additions and 91 deletions

View File

@@ -414,6 +414,10 @@ public:
static void setPhantom(BOOL phantom);
static void togglePhantom();
static BOOL isTPosed() { return mForceTPose; };
static void setTPosed(BOOL TPose) { mForceTPose = TPose };
static void toggleTPosed();
// Does this parcel allow you to fly?
BOOL canFly();
@@ -816,7 +820,7 @@ public:
private:
static BOOL exlPhantom;
static BOOL mForceTPose;
bool mbTeleportKeepsLookAt; // try to keep look-at after teleport is complete
bool mbAlwaysRun; // should the avatar run by default rather than walk
bool mbRunning; // is the avatar trying to run right now