IMHOTEP Framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Valve.VR.CVRSettings Class Reference

Public Member Functions

string GetSettingsErrorNameFromEnum (EVRSettingsError eError)
 
bool Sync (bool bForce, ref EVRSettingsError peError)
 
void SetBool (string pchSection, string pchSettingsKey, bool bValue, ref EVRSettingsError peError)
 
void SetInt32 (string pchSection, string pchSettingsKey, int nValue, ref EVRSettingsError peError)
 
void SetFloat (string pchSection, string pchSettingsKey, float flValue, ref EVRSettingsError peError)
 
void SetString (string pchSection, string pchSettingsKey, string pchValue, ref EVRSettingsError peError)
 
bool GetBool (string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
 
int GetInt32 (string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
 
float GetFloat (string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
 
void GetString (string pchSection, string pchSettingsKey, System.Text.StringBuilder pchValue, uint unValueLen, ref EVRSettingsError peError)
 
void RemoveSection (string pchSection, ref EVRSettingsError peError)
 
void RemoveKeyInSection (string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
 

Detailed Description

Definition at line 3113 of file openvr_api.cs.


The documentation for this class was generated from the following file: