From 05b1b111c339c49bd82f728552706b86caa70a04 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Sat, 1 Aug 2020 00:06:35 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20fixed=20some=20double=20spaces=20at=20l?= =?UTF-8?q?ine=20endings=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/EliteDangerous.md | 2 +- docs/RatAttack.md | 4 ++-- docs/SpanshAttack.md | 6 +++--- docs/StreamAttack.md | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/EliteDangerous.md b/docs/EliteDangerous.md index e93a015..4684ef1 100644 --- a/docs/EliteDangerous.md +++ b/docs/EliteDangerous.md @@ -421,7 +421,7 @@ manipulating some UI element(s). The profile supports logging a bunch of stuff to the VoiceAttack event log. By default, logging is concise and constrained to basically error messages. -If you need more logging (usually for debugging purposes), say `enable logging`. +If you need more logging (usually for debugging purposes), say `enable logging`. If you want to enable verbose logging _by default_, call the `Logging.enableLogging` command from your custom profile’s `startup` command. diff --git a/docs/RatAttack.md b/docs/RatAttack.md index f779a77..6884ced 100644 --- a/docs/RatAttack.md +++ b/docs/RatAttack.md @@ -215,7 +215,7 @@ system. I will look into making this more elegant to change in the future. The profile supports logging a bunch of stuff to the VoiceAttack event log. By default, logging is concise and constrained to basically error messages. -If you need more logging (usually for debugging purposes), say `enable logging`. +If you need more logging (usually for debugging purposes), say `enable logging`. If you want to enable verbose logging _by default_, call the `Logging.enableLogging` command from your custom profile’s `startup` command. @@ -255,7 +255,7 @@ for text variables. recognition and you accidentally post the wrong thing. Default: true. * `RatAttack.autoCloseCase` (boolean): whether or not to automatically close an open rat case on calling “fuel+”. Default: false. -* `RatAttack.onDuty` (boolean): whether or not you are currently on rat duty. +* `RatAttack.onDuty` (boolean): whether or not you are currently on rat duty. Default: true. * `RatAttack.platforms` (string): the platforms you want to be informed of incoming cases for. If you are on console, you can still have VoiceAttack diff --git a/docs/SpanshAttack.md b/docs/SpanshAttack.md index 589f7ec..4cbc6b7 100644 --- a/docs/SpanshAttack.md +++ b/docs/SpanshAttack.md @@ -61,7 +61,7 @@ When including the profile, be sure to from that one. * Make sure all EDDI events that SpanshAttack needs are correctly handled. For all events used in SpanshAttack that you already have handlers for in your - profile, you’ll have to include a call to `SpanshAttack.`. E.g. + profile, you’ll have to include a call to `SpanshAttack.`. E.g. for “EDDI Jumped”, call `SpanshAttack.EDDI Jumped` by name from your `((EDDI Jumped))` command. * (Optional) Have a `SpanshAttack.getShipRange` command in your profile to @@ -177,7 +177,7 @@ VoiceAttack :) The profile supports logging a bunch of stuff to the VoiceAttack event log. By default, logging is concise and constrained to basically error messages. -If you need more logging (usually for debugging purposes), say `enable logging`. +If you need more logging (usually for debugging purposes), say `enable logging`. If you want to enable verbose logging _by default_, call the `Logging.enableLogging` command from your custom profile’s `startup` command. @@ -222,7 +222,7 @@ for text variables. false. * `SpanshAttack.copyWaypointToClipboard` (boolean): whether to copy the next waypoint into the Windows clipboard for use in other programs. Default: false. -* `python.scriptPath` (string): the path you put the Python scripts in. +* `python.scriptPath` (string): the path you put the Python scripts in. Default: “{VA_DIR}\Sounds\scripts”. ### Other Variables ### diff --git a/docs/StreamAttack.md b/docs/StreamAttack.md index c771feb..af5bab3 100644 --- a/docs/StreamAttack.md +++ b/docs/StreamAttack.md @@ -37,7 +37,7 @@ When including the profile, be sure to from that one. * Make sure all EDDI events that StreamAttack needs are correctly handled. For all events used in StreamAttack that you already have handlers for in your - profile, you’ll have to include a call to `StreamAttack.`. E.g. + profile, you’ll have to include a call to `StreamAttack.`. E.g. for “EDDI Jumped”, call `StreamAttack.EDDI Jumped` by name from your `((EDDI Jumped))` command. @@ -84,7 +84,7 @@ When including the profile, be sure to The profile supports logging a bunch of stuff to the VoiceAttack event log. By default, logging is concise and constrained to basically error messages. -If you need more logging (usually for debugging purposes), say `enable logging`. +If you need more logging (usually for debugging purposes), say `enable logging`. If you want to enable verbose logging _by default_, call the `Logging.enableLogging` command from your custom profile’s `startup` command. @@ -114,7 +114,7 @@ for text variables. ### Other Variables ### -These variables can be used to get information about the current neutron route. +These variables can be used to get information about the current neutron route. Please do not set them manually and / or from outside the StreamAttack profile. * `StreamAttack.Elite.jumpTarget` (string): the current jump target.