e.e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user