diff options
author | Hercules.ws <dev@herc.ws> | 2017-07-11 11:54:28 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-07-11 11:54:28 +0200 |
commit | eef92522dcf835f42a922a580be8f855cfea1aa6 (patch) | |
tree | 39d926324e78f59db915f5713bb1f31c14dacc73 /doc | |
parent | 9e9ef5d1f8265fc31128f557d3a6b520baa5e133 (diff) | |
download | hercules-eef92522dcf835f42a922a580be8f855cfea1aa6.tar.gz hercules-eef92522dcf835f42a922a580be8f855cfea1aa6.tar.bz2 hercules-eef92522dcf835f42a922a580be8f855cfea1aa6.tar.xz hercules-eef92522dcf835f42a922a580be8f855cfea1aa6.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/constants.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 3f73182ae..40d9a2625 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3984,6 +3984,16 @@ - `PERM_DISABLE_EXP`: 33554432 - `PERM_DISABLE_SKILL_USAGE`: 67108864 +### Data types + +- `DATATYPE_NIL`: 128 +- `DATATYPE_STR`: 256 +- `DATATYPE_INT`: 512 +- `DATATYPE_CONST`: 1024 +- `DATATYPE_PARAM`: 2048 +- `DATATYPE_VAR`: 4096 +- `DATATYPE_LABEL`: 8192 + ### Renewal - `RENEWAL`: 1 |