[RLVa] gRlvHandler.canStand --> RlvActions::canStand

This commit is contained in:
Inusaito Sayori
2014-01-28 04:31:34 -05:00
parent 88ae36f4e1
commit 02753bfc7d
8 changed files with 32 additions and 20 deletions

View File

@@ -70,6 +70,15 @@ public:
*/
static bool autoAcceptTeleportRequest(const LLUUID& idRequester);
// =================
// World interaction
// =================
public:
/*
* Returns true if the user can stand up (returns true if the user isn't currently sitting)
*/
static bool canStand();
// ================
// Helper functions
// ================