summaryrefslogtreecommitdiff
path: root/server/scripts/evol_script_commands.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-26 19:10:27 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-26 19:10:27 -0300
commit76faa84a9eb42a383364905bd0f5990a152ff09b (patch)
tree881a70fc324736483a986d437a417683b194e520 /server/scripts/evol_script_commands.txt
parent8a589943382cf907f069f063e6e6b2ffc6aa64d8 (diff)
downloaddocs-76faa84a9eb42a383364905bd0f5990a152ff09b.tar.gz
docs-76faa84a9eb42a383364905bd0f5990a152ff09b.tar.bz2
docs-76faa84a9eb42a383364905bd0f5990a152ff09b.tar.xz
docs-76faa84a9eb42a383364905bd0f5990a152ff09b.zip
Update docs
Diffstat (limited to 'server/scripts/evol_script_commands.txt')
-rw-r--r--server/scripts/evol_script_commands.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt
index f03675b..f40f7f2 100644
--- a/server/scripts/evol_script_commands.txt
+++ b/server/scripts/evol_script_commands.txt
@@ -828,6 +828,16 @@ calculating the size.
Example:
.@len = htsize .@ht_id;
+---------------------------------------
+
+*htexists id;
+
+Check is given hash table exists.
+Return false if hash table not exists.
+Return true if hash table exists.
+
+Example:
+ .@exists = htexists .@ht_id;
---------------------------------------