aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-05-14 20:41:56 +0200
committerMango0x45 <thomasvoss@live.com> 2021-05-14 20:41:56 +0200
commit69b3063d84f54011f1f16cdab22c437b0bac11a2 (patch)
tree28335e9ce3d3455e314d29518d1012e46549fcdc
parentcf5c26336d9a3222aa9adb289735fdaf1a6d5d22 (diff)
Fix formatting
-rw-r--r--docs/custom_mod_messages.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/custom_mod_messages.md b/docs/custom_mod_messages.md
index a2bca2a..b6072fc 100644
--- a/docs/custom_mod_messages.md
+++ b/docs/custom_mod_messages.md
@@ -6,31 +6,46 @@ such as Shell Script should be familiar with this syntax.
The following variables are supported:
- `H` (Hours)
+
- `M` (Minutes)
+
- `S` (Seconds)
+
- `MS` (Milliseconds)
+
- `PM` (Padded Minutes)
- `5` becomes `05`, `18` remains `18`
+
- `PS` (Padded Minutes)
- `5` becomes `05`, `18` remains `18`
+
- `1MS` (1 Place Precision Milliseconds)
- `.466` becomes `.5`, `.421` becomes `.4`
+
- `2MS` (2 Place Precision Milliseconds)
- `.466` becomes `.47`, `.4` becomes `.40`
+
- `3MS` (3 Place Precision Milliseconds)
- `.4` becomes `.400`
+
- `TS` (Total Seconds)
+
- `ST` (Start Time)
- Represented in seconds
+
- `ET` (End Time)
- Represented in seconds
+
- `TT` (Total Time)
- In the format `H:MM:SS.xxx`
- If the run is less than an hour then hours are not shown
- Milliseconds use 3 place precision
- If the run is less than a minute, `0` is shown for the minutes
+
- `SF` (Start Frame)
+
- `EF` (End Frame)
+
- `TF` (Total Frames)
## Example Usage