-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
208 additions
and
278 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
streamerbot/3.api/2.triggers/3.general/Core/Websocket/Client.md
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
streamerbot/3.api/2.triggers/3.general/Core/Websocket/Client/Close.md
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
streamerbot/3.api/2.triggers/3.general/Core/Websocket/Client/Message.md
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
streamerbot/3.api/2.triggers/3.general/Core/Websocket/Client/Open.md
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
streamerbot/3.api/2.triggers/3.general/Core/Websocket/Custom-Server.md
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
...ggers/3.general/Core/Websocket/Custom-Server/Custom-Server-Connection-Closed.md
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
...ggers/3.general/Core/Websocket/Custom-Server/Custom-Server-Connection-Opened.md
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
....api/2.triggers/3.general/Core/Websocket/Custom-Server/Custom-Server-Message.md
This file was deleted.
Oops, something went wrong.
File renamed without changes.
6 changes: 1 addition & 5 deletions
6
...general/Core/Commands/Command-Cooldown.md → ...ggers/3.general/core/commands/cooldown.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions
30
streamerbot/3.api/2.triggers/3.general/core/processes/started.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Process Started | ||
|
||
Process Started trigger. | ||
|
||
## Details | ||
|
||
This event triggers when a process is started. | ||
|
||
## Parameters | ||
|
||
### `Name` | ||
|
||
Input the name of the process to watch for. | ||
|
||
::callout{icon=i-mdi-lightbulb color=amber} | ||
Leaving this blank is considered a catch-all and will trigger on ANY process started. | ||
:: | ||
|
||
## Variables | ||
|
||
:variables-description | ||
|
||
Name | Description | ||
----:|:------------ | ||
`name` | Name of the process watched for. | ||
`executable` | Name of the process executable. | ||
`path` | Path to the directory of the process. | ||
`fullPath` | Exact path of the process executable. | ||
`processId` | ID used in Windows for the process. | ||
`parentProcessId` | ID of the program that launched the process. |
30 changes: 30 additions & 0 deletions
30
streamerbot/3.api/2.triggers/3.general/core/processes/stopped.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Process Stopped | ||
|
||
Process Stopped trigger. | ||
|
||
## Details | ||
|
||
This event triggers when a process is stopped. | ||
|
||
## Parameters | ||
|
||
### `Name` | ||
|
||
Input the name of the process to watch for. | ||
|
||
::callout{icon=i-mdi-lightbulb color=amber} | ||
Leaving this blank is considered a catch-all and will trigger on ANY process stopped. | ||
:: | ||
|
||
## Variables | ||
|
||
:variables-description | ||
|
||
Name | Description | ||
----:|:------------ | ||
`name` | Name of the process watched for. | ||
`executable` | Name of the process executable. | ||
`path` | Path to the directory of the process. | ||
`fullPath` | Exact path of the process executable. | ||
`processId` | ID used in Windows for the process. | ||
`parentProcessId` | ID of the program that launched the process. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.