Skip to content

Commit

Permalink
new compat options
Browse files Browse the repository at this point in the history
  • Loading branch information
homes32 committed Sep 7, 2018
1 parent 1ffb83d commit 8f214fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Commands/Branch/README.md
Expand Up @@ -13,4 +13,5 @@ Click on a Command name for a detailed description.
| [Loop](./Loop.md) | Loops through a series of commands based on the value of a counter. |
| [LoopLetter](./LoopLetter.md) | Loops through a range of letters in alphabetical order. |
| [Operators](./Operators.md) | Supported comparison and logical operators. |
| [Run](./Run.md) | Runs the commands found in a named `[Section]` of a script file. |
| [Run](./Run.md) | Runs the commands found in a named `[Section]` of a script file. |
| [RunEx](./RunEx.md) | Runs the commands found in a named `[Section]` of a script file. Supports passing parameters by reference. |
4 changes: 3 additions & 1 deletion Usage/Settings-Compatibility.md
Expand Up @@ -17,6 +17,7 @@
| Allow variables in RegWrite's `<HKey>`, `<ValueType>` argument | Allows variables to be used as arguments in RegWrite. |
| Allow Set to modify interface controls | Allows the `Set` command to write values to interface controls. (eg. Textlabel value). (Replaced by `WriteInterface,Value...`) |
| Enable legacy interface commands (eg. Visible) | Enable legacy commands such as `Visible`. (Replaced by `WriteInterface,Visible...`)|
| Enable legacy section parameter commands e.g. GetParam, PackParam) | Allows you to use the deprecated `GetParam` and `PackParam` commands. |

## Script Interface

Expand All @@ -29,4 +30,5 @@
| Setting | Description |
| --- | --- |
| Overridable fixed variables | Allow constant/fixed variables to be overwritten. |
| Enable environment variables | Enable a limited set of pre-define environment variables. |
| Enable environment variables | Enable a limited set of pre-define environment variables. |
| Disable extended section parameters (g.g. #a, #r) | Disables the `#a` and `#r` tokens. |

0 comments on commit 8f214fd

Please sign in to comment.