Exemple #1
0
        public bool GetBool(string setting)
        {
            bool retVal = false;

            if (IsValid)
            {
                bool success = _madVR.SettingsGetBoolean(setting, ref retVal);
            }

            return(retVal);
        }