diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-04 17:37:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-04 17:37:26 +0300 |
commit | aeffcca0162e0f90fea0ed9ec8797b9c8c2cfb93 (patch) | |
tree | 0ac1222ee3fc3794e4e6e0480f1ff926f6872384 /server/scripts/constants.md | |
parent | 62d2b32affb15349faea803960fa40dc47123b9a (diff) | |
download | docs-aeffcca0162e0f90fea0ed9ec8797b9c8c2cfb93.tar.gz docs-aeffcca0162e0f90fea0ed9ec8797b9c8c2cfb93.tar.bz2 docs-aeffcca0162e0f90fea0ed9ec8797b9c8c2cfb93.tar.xz docs-aeffcca0162e0f90fea0ed9ec8797b9c8c2cfb93.zip |
Update docs from hercules.
Diffstat (limited to 'server/scripts/constants.md')
-rw-r--r-- | server/scripts/constants.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/scripts/constants.md b/server/scripts/constants.md index 208d6da..22d2854 100644 --- a/server/scripts/constants.md +++ b/server/scripts/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 |