Example #1
0
	public abstract void ReloadFromDisk(EChaperoneConfigFile configFile);
Example #2
0
	internal static extern void VR_IVRChaperoneSetup_ReloadFromDisk(IntPtr instancePtr, EChaperoneConfigFile configFile);
Example #3
0
	public abstract bool CommitWorkingCopy(EChaperoneConfigFile configFile);
Example #4
0
	public override void ReloadFromDisk(EChaperoneConfigFile configFile)
	{
		CheckIfUsable();
		VRNativeEntrypoints.VR_IVRChaperoneSetup_ReloadFromDisk(m_pVRChaperoneSetup,configFile);
	}
Example #5
0
	internal static extern bool VR_IVRChaperoneSetup_CommitWorkingCopy(IntPtr instancePtr, EChaperoneConfigFile configFile);
Example #6
0
	public void ReloadFromDisk(EChaperoneConfigFile configFile)
	{
		FnTable.ReloadFromDisk(configFile);
	}
Example #7
0
	public override bool CommitWorkingCopy(EChaperoneConfigFile configFile)
	{
		CheckIfUsable();
		bool result = VRNativeEntrypoints.VR_IVRChaperoneSetup_CommitWorkingCopy(m_pVRChaperoneSetup,configFile);
		return result;
	}
Example #8
0
	public bool CommitWorkingCopy(EChaperoneConfigFile configFile)
	{
		bool result = FnTable.CommitWorkingCopy(configFile);
		return result;
	}
Example #9
0
 // Token: 0x06001F4A RID: 8010 RVA: 0x0009D435 File Offset: 0x0009B635
 public void ReloadFromDisk(EChaperoneConfigFile configFile)
 {
     this.FnTable.ReloadFromDisk(configFile);
 }
Example #10
0
 // Token: 0x06001F3E RID: 7998 RVA: 0x0009D2E6 File Offset: 0x0009B4E6
 public bool CommitWorkingCopy(EChaperoneConfigFile configFile)
 {
     return(this.FnTable.CommitWorkingCopy(configFile));
 }
Example #11
0
        }                                                        // 0x00000001811DCF90-0x00000001811DD0D0

        // Methods
        public bool CommitWorkingCopy(EChaperoneConfigFile configFile) => default;         // 0x00000001811DCAD0-0x00000001811DCAF0
Example #12
0
 public bool CommitWorkingCopy(EChaperoneConfigFile configFile)
 {
     return this.FnTable.CommitWorkingCopy(configFile);
 }