Space Engineers
Public Member Functions | List of all members
Valve.VR.IVRSettings Class Referenceabstract
Inheritance diagram for Valve.VR.IVRSettings:
Valve.VR.CVRSettings

Public Member Functions

abstract IntPtr GetIntPtr ()
 
abstract string GetSettingsErrorNameFromEnum (EVRSettingsError eError)
 
abstract bool Sync (bool bForce, ref EVRSettingsError peError)
 
abstract bool GetBool (string pchSection, string pchSettingsKey, bool bDefaultValue, ref EVRSettingsError peError)
 
abstract void SetBool (string pchSection, string pchSettingsKey, bool bValue, ref EVRSettingsError peError)
 
abstract int GetInt32 (string pchSection, string pchSettingsKey, int nDefaultValue, ref EVRSettingsError peError)
 
abstract void SetInt32 (string pchSection, string pchSettingsKey, int nValue, ref EVRSettingsError peError)
 
abstract float GetFloat (string pchSection, string pchSettingsKey, float flDefaultValue, ref EVRSettingsError peError)
 
abstract void SetFloat (string pchSection, string pchSettingsKey, float flValue, ref EVRSettingsError peError)
 
abstract void GetString (string pchSection, string pchSettingsKey, string pchValue, uint unValueLen, string pchDefaultValue, ref EVRSettingsError peError)
 
abstract void SetString (string pchSection, string pchSettingsKey, string pchValue, ref EVRSettingsError peError)
 
abstract void RemoveSection (string pchSection, ref EVRSettingsError peError)
 

Detailed Description

Definition at line 734 of file openvr_api.cs.

Member Function Documentation

abstract bool Valve.VR.IVRSettings.GetBool ( string  pchSection,
string  pchSettingsKey,
bool  bDefaultValue,
ref EVRSettingsError  peError 
)
pure virtual

Implemented in Valve.VR.CVRSettings.

abstract float Valve.VR.IVRSettings.GetFloat ( string  pchSection,
string  pchSettingsKey,
float  flDefaultValue,
ref EVRSettingsError  peError 
)
pure virtual

Implemented in Valve.VR.CVRSettings.

abstract int Valve.VR.IVRSettings.GetInt32 ( string  pchSection,
string  pchSettingsKey,
int  nDefaultValue,
ref EVRSettingsError  peError 
)
pure virtual

Implemented in Valve.VR.CVRSettings.

abstract IntPtr Valve.VR.IVRSettings.GetIntPtr ( )
pure virtual

Implemented in Valve.VR.CVRSettings.

abstract string Valve.VR.IVRSettings.GetSettingsErrorNameFromEnum ( EVRSettingsError  eError)
pure virtual

Implemented in Valve.VR.CVRSettings.

abstract void Valve.VR.IVRSettings.GetString ( string  pchSection,
string  pchSettingsKey,
string  pchValue,
uint  unValueLen,
string  pchDefaultValue,
ref EVRSettingsError  peError 
)
pure virtual

Implemented in Valve.VR.CVRSettings.

abstract void Valve.VR.IVRSettings.RemoveSection ( string  pchSection,
ref EVRSettingsError  peError 
)
pure virtual

Implemented in Valve.VR.CVRSettings.

abstract void Valve.VR.IVRSettings.SetBool ( string  pchSection,
string  pchSettingsKey,
bool  bValue,
ref EVRSettingsError  peError 
)
pure virtual

Implemented in Valve.VR.CVRSettings.

abstract void Valve.VR.IVRSettings.SetFloat ( string  pchSection,
string  pchSettingsKey,
float  flValue,
ref EVRSettingsError  peError 
)
pure virtual

Implemented in Valve.VR.CVRSettings.

abstract void Valve.VR.IVRSettings.SetInt32 ( string  pchSection,
string  pchSettingsKey,
int  nValue,
ref EVRSettingsError  peError 
)
pure virtual

Implemented in Valve.VR.CVRSettings.

abstract void Valve.VR.IVRSettings.SetString ( string  pchSection,
string  pchSettingsKey,
string  pchValue,
ref EVRSettingsError  peError 
)
pure virtual

Implemented in Valve.VR.CVRSettings.

abstract bool Valve.VR.IVRSettings.Sync ( bool  bForce,
ref EVRSettingsError  peError 
)
pure virtual

Implemented in Valve.VR.CVRSettings.


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