IMHOTEP Framework
|
This is the complete list of members for Valve.VR.CVRSettings, including all inherited members.
GetBool(string pchSection, string pchSettingsKey, ref EVRSettingsError peError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |
GetFloat(string pchSection, string pchSettingsKey, ref EVRSettingsError peError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |
GetInt32(string pchSection, string pchSettingsKey, ref EVRSettingsError peError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |
GetSettingsErrorNameFromEnum(EVRSettingsError eError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |
GetString(string pchSection, string pchSettingsKey, System.Text.StringBuilder pchValue, uint unValueLen, ref EVRSettingsError peError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |
RemoveKeyInSection(string pchSection, string pchSettingsKey, ref EVRSettingsError peError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |
RemoveSection(string pchSection, ref EVRSettingsError peError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |
SetBool(string pchSection, string pchSettingsKey, bool bValue, ref EVRSettingsError peError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |
SetFloat(string pchSection, string pchSettingsKey, float flValue, ref EVRSettingsError peError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |
SetInt32(string pchSection, string pchSettingsKey, int nValue, ref EVRSettingsError peError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |
SetString(string pchSection, string pchSettingsKey, string pchValue, ref EVRSettingsError peError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |
Sync(bool bForce, ref EVRSettingsError peError) (defined in Valve.VR.CVRSettings) | Valve.VR.CVRSettings | inline |