summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-02 11:16:03 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-02 11:16:03 -0300
commit1f6cb4ec6049e2f15e043c33e9787de8f13a9e3e (patch)
treeefbeabfb0a5f6ad59aab254e97923fec4c6565f4 /src/emap/script_buildins.h
parent6da4682a7b3ec14d278b22abcc0a56b9499d076a (diff)
downloadevol-hercules-1f6cb4ec6049e2f15e043c33e9787de8f13a9e3e.tar.gz
evol-hercules-1f6cb4ec6049e2f15e043c33e9787de8f13a9e3e.tar.bz2
evol-hercules-1f6cb4ec6049e2f15e043c33e9787de8f13a9e3e.tar.xz
evol-hercules-1f6cb4ec6049e2f15e043c33e9787de8f13a9e3e.zip
New function: readbattleparam( <param> )
Complements with some info only available with getunitdata(), which only works with non-players. Not everything covered by getunitdata() is covered by this function.
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r--src/emap/script_buildins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h
index 8c29632..cca24cd 100644
--- a/src/emap/script_buildins.h
+++ b/src/emap/script_buildins.h
@@ -100,6 +100,7 @@ BUILDIN(getItemOptionValueByIndex);
BUILDIN(getItemOptionParamByIndex);
BUILDIN(setItemOptionByIndex);
BUILDIN(isInstance);
+BUILDIN(readBattleParam);
// TMW2 Build Ins
BUILDIN(getguildinfo);