summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-30 17:15:08 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-30 17:15:08 +0300
commite2874a254e4270b58727a1fb3285cc167d04fa38 (patch)
tree0499a0cb67fde424e56ec2074af96e2c319e73fb /src/emap/script_buildins.h
parent22b54b7420404e83932114aae63acd54c06d4991 (diff)
downloadevol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.gz
evol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.bz2
evol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.xz
evol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.zip
Split script.c into buildins and other script functions.
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r--src/emap/script_buildins.h73
1 files changed, 73 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h
new file mode 100644
index 0000000..978f234
--- /dev/null
+++ b/src/emap/script_buildins.h
@@ -0,0 +1,73 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 - 2015 Evol developers
+
+#ifndef EVOL_MAP_SCRIPT_BUILDINS
+#define EVOL_MAP_SCRIPT_BUILDINS
+
+BUILDIN(l);
+BUILDIN(lg);
+BUILDIN(setCamNpc);
+BUILDIN(setCam);
+BUILDIN(moveCam);
+BUILDIN(restoreCam);
+BUILDIN(npcTalk3);
+BUILDIN(closeDialog);
+BUILDIN(shop);
+BUILDIN(getItemLink);
+BUILDIN(requestLang);
+BUILDIN(requestItem);
+BUILDIN(requestItems);
+BUILDIN(requestItemIndex);
+BUILDIN(requestItemsIndex);
+BUILDIN(requestCraft);
+BUILDIN(getq);
+BUILDIN(setq);
+BUILDIN(setNpcDir);
+BUILDIN(rif);
+BUILDIN(miscEffect);
+BUILDIN(setMapMask);
+BUILDIN(getMapMask);
+BUILDIN(addMapMask);
+BUILDIN(removeMapMask);
+BUILDIN(setNpcSex);
+BUILDIN(showAvatar);
+BUILDIN(setAvatarDir);
+BUILDIN(setAvatarAction);
+BUILDIN(clear);
+BUILDIN(changeMusic);
+BUILDIN(setNpcDialogTitle);
+BUILDIN(getMapName);
+BUILDIN(unequipById);
+BUILDIN(isPcDead);
+BUILDIN(areaTimer);
+BUILDIN(getAreaDropItem);
+BUILDIN(setMount);
+BUILDIN(clientCommand);
+BUILDIN(isUnitWalking);
+BUILDIN(failedRefIndex);
+BUILDIN(downRefIndex);
+BUILDIN(successRefIndex);
+BUILDIN(isStr);
+BUILDIN(npcSit);
+BUILDIN(npcStand);
+BUILDIN(npcWalkTo);
+BUILDIN(setBgTeam);
+BUILDIN(chatJoin);
+BUILDIN(checkNpcCell);
+BUILDIN(setCells);
+BUILDIN(delCells);
+BUILDIN(setSkin);
+BUILDIN(initCraft);
+BUILDIN(dumpCraft);
+BUILDIN(deleteCraft);
+BUILDIN(getCraftSlotId);
+BUILDIN(getCraftSlotAmount);
+BUILDIN(validateCraft);
+BUILDIN(getInvIndexLink);
+BUILDIN(emotion);
+BUILDIN(findCraftEntry);
+BUILDIN(useCraft);
+BUILDIN(getCraftCode);
+BUILDIN(setLook);
+
+#endif // EVOL_MAP_SCRIPT_BUILDINS