summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-04-26 20:27:54 -0400
committergumi <git@gumi.ca>2020-04-26 20:27:54 -0400
commitb3f44a8e8ef767617c5e09ba689c16aa3c00d448 (patch)
treeb4b1076ca9f5f5cb3f36257de6ea7b6a46520ec4 /src/emap/script_buildins.h
parent229ddd2afb47cf2aeeae42f5ce6064d59e69ac42 (diff)
downloadevol-hercules-b3f44a8e8ef767617c5e09ba689c16aa3c00d448.tar.gz
evol-hercules-b3f44a8e8ef767617c5e09ba689c16aa3c00d448.tar.bz2
evol-hercules-b3f44a8e8ef767617c5e09ba689c16aa3c00d448.tar.xz
evol-hercules-b3f44a8e8ef767617c5e09ba689c16aa3c00d448.zip
add buildin getnpcsubtype() to get nd->subtype
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 6c31909..8895abe 100644
--- a/src/emap/script_buildins.h
+++ b/src/emap/script_buildins.h
@@ -100,5 +100,6 @@ BUILDIN(getItemOptionParamByIndex);
BUILDIN(setItemOptionByIndex);
BUILDIN(isInstance);
BUILDIN(readBattleParam);
+BUILDIN(getNpcSubtype);
#endif // EVOL_MAP_SCRIPT_BUILDINS