reset, save

- removed 'lock' test, corrected README example
- can now test 'save', 'reset', 'load'

prelim test for potato passes
This commit is contained in:
pblivingston
2025-12-03 15:07:25 -05:00
parent b5546aa56c
commit cfa7de9b11
4 changed files with 55 additions and 8 deletions

View File

@@ -428,6 +428,8 @@ The following methods are available:
- HideVBANChat()
- Restart()
- Shutdown()
- Reset(): Reset all config
- Save($filepath): string
- Load($filepath): string
- RunMacrobuttons(): Launches the macrobuttons app
- CloseMacrobuttons(): Closes the macrobuttons app
@@ -437,7 +439,7 @@ example:
```powershell
$vmr.command.show()
$vmr.command.lock = $true
$vmr.command.lock()
$vmr.command.Load("path/to/filename.xml")