Space Engineers
|
This is the complete list of members for Valve.VR.CVRSettings, including all inherited members.
CVRSettings(IntPtr VRSettings) | Valve.VR.CVRSettings | inline |
GetBool(string pchSection, string pchSettingsKey, bool bDefaultValue, ref EVRSettingsError peError) | Valve.VR.CVRSettings | inlinevirtual |
GetFloat(string pchSection, string pchSettingsKey, float flDefaultValue, ref EVRSettingsError peError) | Valve.VR.CVRSettings | inlinevirtual |
GetInt32(string pchSection, string pchSettingsKey, int nDefaultValue, ref EVRSettingsError peError) | Valve.VR.CVRSettings | inlinevirtual |
GetIntPtr() | Valve.VR.CVRSettings | inlinevirtual |
GetSettingsErrorNameFromEnum(EVRSettingsError eError) | Valve.VR.CVRSettings | inlinevirtual |
GetString(string pchSection, string pchSettingsKey, string pchValue, uint unValueLen, string pchDefaultValue, ref EVRSettingsError peError) | Valve.VR.CVRSettings | inlinevirtual |
RemoveSection(string pchSection, ref EVRSettingsError peError) | Valve.VR.CVRSettings | inlinevirtual |
SetBool(string pchSection, string pchSettingsKey, bool bValue, ref EVRSettingsError peError) | Valve.VR.CVRSettings | inlinevirtual |
SetFloat(string pchSection, string pchSettingsKey, float flValue, ref EVRSettingsError peError) | Valve.VR.CVRSettings | inlinevirtual |
SetInt32(string pchSection, string pchSettingsKey, int nValue, ref EVRSettingsError peError) | Valve.VR.CVRSettings | inlinevirtual |
SetString(string pchSection, string pchSettingsKey, string pchValue, ref EVRSettingsError peError) | Valve.VR.CVRSettings | inlinevirtual |
Sync(bool bForce, ref EVRSettingsError peError) | Valve.VR.CVRSettings | inlinevirtual |