COA stuff rolled into gSavedSettings.

Added common script<->client command junk.
This commit is contained in:
unknown
2010-10-19 18:50:47 -05:00
parent 4e854ffd2b
commit 4929460c66
28 changed files with 1732 additions and 1718 deletions

View File

@@ -49,7 +49,7 @@ public:/*
static void setString(LLUICtrl* ctrl, void* name);
//Ascent Client-Or-Account Settings Get
static LLControlVariable *gCOASavedSettings->getControl(const std::string &name);
static LLControlVariable *getControl(const std::string &name);
static BOOL getCOABOOL(const std::string &name);
static S32 getCOAS32(const std::string &name);
static F32 getCOAF32(const std::string &name);