diff options
author | Hercules.ws <dev@herc.ws> | 2017-03-29 03:06:21 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-03-29 03:06:21 +0200 |
commit | bf7bdd16899e1fafd3717595679591fb51729a7f (patch) | |
tree | 8925e98a669eb65978b6f163b1ad5ae402f51d65 | |
parent | 62e990976d4e73f0a128c550d6387f2e27e53c61 (diff) | |
download | hercules-bf7bdd16899e1fafd3717595679591fb51729a7f.tar.gz hercules-bf7bdd16899e1fafd3717595679591fb51729a7f.tar.bz2 hercules-bf7bdd16899e1fafd3717595679591fb51729a7f.tar.xz hercules-bf7bdd16899e1fafd3717595679591fb51729a7f.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-rw-r--r-- | doc/constants.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 208d6dad2..22d285412 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3624,6 +3624,12 @@ - `GETTIME_YEAR`: 7 - `GETTIME_DAYOFYEAR`: 8 +### gettimer + +- `TIMER_COUNT`: 0 +- `TIMER_TICK_NEXT`: 1 +- `TIMER_TICK_LAST`: 2 + ### unit types - `UNITTYPE_PC`: 0 |