diff options
author | Hercules.ws <dev@herc.ws> | 2018-08-24 23:19:24 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-08-24 23:19:24 +0200 |
commit | b055e906a0941a6c07e8366a5cf9a559a37b52cf (patch) | |
tree | 4d200c0a3bd20defb10e5691ee71bfd6e9be8ae2 /doc/constants.md | |
parent | f8ef0e08bdf620c69db72c04196256895b55ea3c (diff) | |
download | hercules-b055e906a0941a6c07e8366a5cf9a559a37b52cf.tar.gz hercules-b055e906a0941a6c07e8366a5cf9a559a37b52cf.tar.bz2 hercules-b055e906a0941a6c07e8366a5cf9a559a37b52cf.tar.xz hercules-b055e906a0941a6c07e8366a5cf9a559a37b52cf.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc/constants.md')
-rw-r--r-- | doc/constants.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index a64d75152..ead85314d 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4302,6 +4302,13 @@ - `QINFO_HOMUN_TYPE`: 6 - `QINFO_QUEST`: 7 +### function types + +- `FUNCTION_IS_COMMAND`: 1 +- `FUNCTION_IS_GLOBAL`: 2 +- `FUNCTION_IS_LOCAL`: 3 +- `FUNCTION_IS_LABEL`: 4 + ### Renewal - `RENEWAL`: 1 |