mirror of
https://github.com/suchmememanyskill/TegraScript.git
synced 2025-01-09 11:07:22 -03:00
Update README.md
This commit is contained in:
parent
878c334496
commit
c3f52fe503
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# Scripts in this repo
|
||||
- [SystemRestoreV3](https://suchmememanyskill.github.io/TegraScript/scripts/SystemRestoreV3.te)
|
||||
- [Dump saves](https://suchmememanyskill.github.io/TegraScript/scripts/Dump_saves.te)
|
||||
|
||||
# Syntax
|
||||
|
||||
## Variable assignment
|
||||
|
@ -251,4 +255,4 @@ You can initiate a save class by using `readsave("path/to/save")`. This uses a l
|
|||
| fsexists | String | 0: Path | Integer | Checks if a file or folder exists. Returns 1 when it exists, 0 if it does not | fsexists("sd:/hbmenu.nro") |
|
||||
| payload | String | 0: Path to payload | Integer | Boots to a payload. Returns an integer on failure | payload("sd:/atmosphere/reboot_payload.bin") |
|
||||
| combinepath | Any arg count of (String) | any: String to be combined | String | Combines path parts together into a path | combinepath("sd:/", "tegraexplorer", "firmware") # Returns "sd:/tegraexplorer/firmware" |
|
||||
| escapepath | String | 0: String to escape a folder | String | Escapes a folder path (to go 1 folder back). See example | escapepath("sd:/tegraexplorer/firmware") # Returns "sd:/tegraexplorer" |
|
||||
| escapepath | String | 0: String to escape a folder | String | Escapes a folder path (to go 1 folder back). See example | escapepath("sd:/tegraexplorer/firmware") # Returns "sd:/tegraexplorer" |
|
||||
|
|
Loading…
Reference in a new issue