-
Notifications
You must be signed in to change notification settings - Fork 2
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
6 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Game running delayed | ||
|
||
## Properties | ||
|
||
### Game running delayed by N seconds | ||
|
||
If you want to be able to display something on your dashboard for a set time | ||
after the game has finished running, perhaps a splash screen or some kind of | ||
thank you message / credits for the dashboard in use. | ||
|
||
```ncalc | ||
[GentlemanDriverPlugin.GameRunning.Delayed05s] | ||
[GentlemanDriverPlugin.GameRunning.Delayed10s] | ||
[GentlemanDriverPlugin.GameRunning.Delayed15s] | ||
[GentlemanDriverPlugin.GameRunning.Delayed20s] | ||
[GentlemanDriverPlugin.GameRunning.Delayed30s] | ||
[GentlemanDriverPlugin.GameRunning.Delayed60s] | ||
``` | ||
```js | ||
$prop('GentlemanDriverPlugin.GameRunning.Delayed05s') | ||
$prop('GentlemanDriverPlugin.GameRunning.Delayed10s') | ||
$prop('GentlemanDriverPlugin.GameRunning.Delayed15s') | ||
$prop('GentlemanDriverPlugin.GameRunning.Delayed20s') | ||
$prop('GentlemanDriverPlugin.GameRunning.Delayed30s') | ||
$prop('GentlemanDriverPlugin.GameRunning.Delayed60s') | ||
``` |
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