Skip to content

Commit

Permalink
Revert "Updated doc regarding EscaleBackslash."
Browse files Browse the repository at this point in the history
This reverts commit a750973.
  • Loading branch information
macmillan333 committed Nov 29, 2023
1 parent 1ea1a19 commit cc2ec16
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
2 changes: 0 additions & 2 deletions English/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@

[Scripting reference](Theme/Scripting_reference.md)

[API update history](Theme/API_update_history.md)

# TECHMANIA Converter Documentation

[.bms support](Converter/bms_support.md)
Expand Down
13 changes: 0 additions & 13 deletions English/Theme/API_update_history.md

This file was deleted.

10 changes: 1 addition & 9 deletions English/Theme/Scripting_reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TECHMANIA Theme API scripting reference

Applies to API version: 2
Applies to API version: 1

When reading on Github, you can click the menu button to the top right to reveal a table of contents.

Expand Down Expand Up @@ -1020,16 +1020,8 @@ Converts `absolutePath` to a relative path in reference to `reference`.
string EscapeBackslash(string path)
```

Deprecated. This method returns `path` unmodified. If you are sure you need to escape backslashes, call `ForceEscapeBackslash`.

```
string ForceEscapeBackslash(string path)
```

Replaces `\` with `\\`, so that paths on Windows do not form escape sequences when displayed on a visual element.

Please note that visual elements by default do not parse escape sequences. In that case, calling this before displaying a string would result in double backslashes.

```
string GoUpFrom(string path)
```
Expand Down

0 comments on commit cc2ec16

Please sign in to comment.