docs: fixed some double spaces at line endings …
This commit is contained in:
parent
2dd74ec19e
commit
05b1b111c3
4 changed files with 9 additions and 9 deletions
|
@ -421,7 +421,7 @@ manipulating some UI element(s).
|
||||||
The profile supports logging a bunch of stuff to the VoiceAttack event log. By
|
The profile supports logging a bunch of stuff to the VoiceAttack event log. By
|
||||||
default, logging is concise and constrained to basically error messages.
|
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
|
If you want to enable verbose logging _by default_, call the
|
||||||
`Logging.enableLogging` command from your custom profile’s `startup` command.
|
`Logging.enableLogging` command from your custom profile’s `startup` command.
|
||||||
|
|
||||||
|
|
|
@ -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
|
The profile supports logging a bunch of stuff to the VoiceAttack event log. By
|
||||||
default, logging is concise and constrained to basically error messages.
|
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
|
If you want to enable verbose logging _by default_, call the
|
||||||
`Logging.enableLogging` command from your custom profile’s `startup` command.
|
`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.
|
recognition and you accidentally post the wrong thing. Default: true.
|
||||||
* `RatAttack.autoCloseCase` (boolean): whether or not to automatically close an
|
* `RatAttack.autoCloseCase` (boolean): whether or not to automatically close an
|
||||||
open rat case on calling “fuel+”. Default: false.
|
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.
|
Default: true.
|
||||||
* `RatAttack.platforms` (string): the platforms you want to be informed of
|
* `RatAttack.platforms` (string): the platforms you want to be informed of
|
||||||
incoming cases for. If you are on console, you can still have VoiceAttack
|
incoming cases for. If you are on console, you can still have VoiceAttack
|
||||||
|
|
|
@ -61,7 +61,7 @@ When including the profile, be sure to
|
||||||
from that one.
|
from that one.
|
||||||
* Make sure all EDDI events that SpanshAttack needs are correctly handled. For
|
* 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
|
all events used in SpanshAttack that you already have handlers for in your
|
||||||
profile, you’ll have to include a call to `SpanshAttack.<event name>`. E.g.
|
profile, you’ll have to include a call to `SpanshAttack.<event name>`. E.g.
|
||||||
for “EDDI Jumped”, call `SpanshAttack.EDDI Jumped` by name from your `((EDDI
|
for “EDDI Jumped”, call `SpanshAttack.EDDI Jumped` by name from your `((EDDI
|
||||||
Jumped))` command.
|
Jumped))` command.
|
||||||
* (Optional) Have a `SpanshAttack.getShipRange` command in your profile to
|
* (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
|
The profile supports logging a bunch of stuff to the VoiceAttack event log. By
|
||||||
default, logging is concise and constrained to basically error messages.
|
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
|
If you want to enable verbose logging _by default_, call the
|
||||||
`Logging.enableLogging` command from your custom profile’s `startup` command.
|
`Logging.enableLogging` command from your custom profile’s `startup` command.
|
||||||
|
|
||||||
|
@ -222,7 +222,7 @@ for text variables.
|
||||||
false.
|
false.
|
||||||
* `SpanshAttack.copyWaypointToClipboard` (boolean): whether to copy the next
|
* `SpanshAttack.copyWaypointToClipboard` (boolean): whether to copy the next
|
||||||
waypoint into the Windows clipboard for use in other programs. Default: false.
|
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”.
|
Default: “{VA_DIR}\Sounds\scripts”.
|
||||||
|
|
||||||
### Other Variables ###
|
### Other Variables ###
|
||||||
|
|
|
@ -37,7 +37,7 @@ When including the profile, be sure to
|
||||||
from that one.
|
from that one.
|
||||||
* Make sure all EDDI events that StreamAttack needs are correctly handled. For
|
* 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
|
all events used in StreamAttack that you already have handlers for in your
|
||||||
profile, you’ll have to include a call to `StreamAttack.<event name>`. E.g.
|
profile, you’ll have to include a call to `StreamAttack.<event name>`. E.g.
|
||||||
for “EDDI Jumped”, call `StreamAttack.EDDI Jumped` by name from your `((EDDI
|
for “EDDI Jumped”, call `StreamAttack.EDDI Jumped` by name from your `((EDDI
|
||||||
Jumped))` command.
|
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
|
The profile supports logging a bunch of stuff to the VoiceAttack event log. By
|
||||||
default, logging is concise and constrained to basically error messages.
|
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
|
If you want to enable verbose logging _by default_, call the
|
||||||
`Logging.enableLogging` command from your custom profile’s `startup` command.
|
`Logging.enableLogging` command from your custom profile’s `startup` command.
|
||||||
|
|
||||||
|
@ -114,7 +114,7 @@ for text variables.
|
||||||
|
|
||||||
### Other 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.
|
Please do not set them manually and / or from outside the StreamAttack profile.
|
||||||
|
|
||||||
* `StreamAttack.Elite.jumpTarget` (string): the current jump target.
|
* `StreamAttack.Elite.jumpTarget` (string): the current jump target.
|
||||||
|
|
Loading…
Reference in a new issue