summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-31 23:32:06 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-31 23:32:06 +0300
commit359730d16f0444da91d678302260a903b18be607 (patch)
treecc123ee2a086d604b58be92ef8d23c5bf0bc2aaf /src/map/script.h
parent7942a5a3d653589631850b6560e04503bf304175 (diff)
downloadevol-hercules-359730d16f0444da91d678302260a903b18be607.tar.gz
evol-hercules-359730d16f0444da91d678302260a903b18be607.tar.bz2
evol-hercules-359730d16f0444da91d678302260a903b18be607.tar.xz
evol-hercules-359730d16f0444da91d678302260a903b18be607.zip
add script function what return current map name.
New script function: getmapname
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 988b57c..bdd78ec 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -34,5 +34,6 @@ BUILDIN(setAvatarAction);
BUILDIN(clear);
BUILDIN(changeMusic);
BUILDIN(setNpcDialogTitle);
+BUILDIN(getMapName);
#endif // EVOL_MAP_SCRIPT